Started by
Ali107
on
Topic category: Help with Minecraft modding (Java Edition)
For some reason the Sugar recipe is not changing even though the recipe registry name is "sugar" and the namespace is set to "Minecraft".
Anyone got any idea to how to deal with that? (Trying to remove Sugar recipe to replace it)
How I've discovered to disable recipes, is to re-create the original recipe, and instead of filling in the box that outputs an item, you use a air block as the output, and that will disable it. Then you just create your recipe.
Yeah that's what I did. I set the output to air and still it won't go away.