Started by
HeroWither
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a food item, that can use any raw meat (besides Rotten Flesh) to craft, how do I do that?
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a food item, that can use any raw meat (besides Rotten Flesh) to craft, how do I do that?
You can create an item tag with all your meats in it, then create your crafting recipe with the tag. You may need to custom code the crafting recipe since it used the tag.
The alternative would be to set up multiple crafting recipes for each meat