Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty bottles, bowls, and other containers enhancement #17

Open
Kazooo100 opened this issue May 16, 2024 · 7 comments
Open

Empty bottles, bowls, and other containers enhancement #17

Kazooo100 opened this issue May 16, 2024 · 7 comments
Labels
enhancement New feature or request

Comments

@Kazooo100
Copy link
Contributor

Please add support for more materials such as empty bottles and bowls. I know in minetest game there isnt bowl so it could be set to " " to prevent crashes and unknown items. This would be extremely useful for mods that add things in bottles/bowls, such as potion, food, or drink mods.

-sorry for labelling wrong I cant see how to label it and google says you cant unless in charge of repository?

@wsor4035
Copy link
Contributor

please provide itemstrings from a target game so that i can find equivalents for other games and add them in

@BuckarooBanzay BuckarooBanzay added the enhancement New feature or request label May 16, 2024
@Kazooo100

This comment was marked as resolved.

@Kazooo100
Copy link
Contributor Author

Kazooo100 commented May 16, 2024

also might be useful to add more materials such as logs
currently a lot of mods just alias everything themselves

  • default:acacia_tree - mcl_trees:tree_acacia

  • default:tree - mcl_trees:tree_oak - hades_trees:tree

  • default:aspen_tree - mcl_trees:tree_birch - hades_trees:birch_tree

  • default:pine_tree - mcl_trees:tree_spruce

  • default:jungle_tree - mcl_trees:tree_jungle

  • default:acacia_leaves - mcl_trees:leaves_acacia

  • default:leaves - mcl_trees:leaves_oak - hades_trees:leaves

  • default:aspen_leaves - mcl_trees:leaves_birch - hades_trees:birch_leaves

  • default:pine_leaves - mcl_trees:leaves_spruce

  • default:jungle_leaves - mcl_trees:leaves_jungle

  • default:wood - mcl_trees:wood_oak - hades_trees:wood

@Kazooo100
Copy link
Contributor Author

Kazooo100 commented May 21, 2024

Some more crafting materials might be useful as well. :)

  • Flint:
    "mcl_core:flint" -mcl
    "default:flint" -mtg

  • Apple:
    "mcl_core:apple" -mcl
    "default:apple" -mtg

  • Kelp:
    "mcl_ocean:kelp" -mcl
    "default:sand_with_kelp" -mtg

  • Dry Shrub:
    "mcl_core:deadbush" -mcl
    "default:dry_shrub" -mtg

  • Snowball:
    "mcl_throwing:snowball" -mcl
    "default:snow" -mtg

  • Straw/Hay:
    "mcl_farming:hay_block" -mcl
    "farming:straw" -mtg

@wsor4035
Copy link
Contributor

wsor4035 commented May 23, 2024

for future reference, please break this into separate issues(each of the last three comments) rather than making one large dumping ground/mega issue

@Kazooo100
Copy link
Contributor Author

Ok sorry will do next time!

@wsor4035
Copy link
Contributor

disclosure: ive edited the comments to have checkboxes so they can be marked off

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants