[Bug/Question] Add Recipe with name
TimGoll opened this issue ยท 3 comments
I'll add more information in case this is a bug.
I tried to add a recipe in minecraft 1.12.2 with a recipe name with this command recipes.addShaped("gold_fiber", <naturesaura:gold_fiber> *4, [[<farmsteadforest:worm>, <farmsteadforest:resin>, <farmsteadforest:worm>], [<farmsteadforest:resin>, <primal:thatching_dry>, <farmsteadforest:resin>], [<farmsteadforest:worm>, <farmsteadforest:resin>, <farmsteadforest:worm>]]);
. There was no error, but the recipe was not shown ingame. It works without a name.
In case you are talking about the docu, I used it. You have written there recipes.addShaped(name,output,inputs,function,action);