How to handle duplicated recipes like ingots to nuggets #2851
-
|
So I'm trying to figure out how to use the datagen to create recipes like ingot > nugget, nugget > ingot and block > ingots, but I keep getting errors saying I can't have duplicated recipes. What's the best way to handle these types of crafting? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Without you saying the full error message you are getting, I can't provide a concrete answer, but I suspect the problem is you aren't setting the recipe ids. If you dont specify a recipe id then it uses the id of the output item, which obviously causes issues if you have different recipes for the same item. Set the id to something else like |
Beta Was this translation helpful? Give feedback.
Without you saying the full error message you are getting, I can't provide a concrete answer, but I suspect the problem is you aren't setting the recipe ids. If you dont specify a recipe id then it uses the id of the output item, which obviously causes issues if you have different recipes for the same item. Set the id to something else like
mymodid:tin_ingot_from_block.