CraftTweaker

CraftTweaker

151M Downloads

[Bug/Question] Add Recipe with name

TimGoll opened this issue ยท 3 comments

commented

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.

commented

Use. The. Template.

commented

In case you are talking about the docu, I used it. You have written there recipes.addShaped(name,output,inputs,function,action);

commented

Ah, I know what you are talking about. I didn't use it because I only wanted to ask a question. If it is a bug, I'll add the missing information like I stated above