CreateTweaker

CreateTweaker

10M Downloads

Resultant Recipe item is wrong

RedBlockCreator opened this issue ยท 1 comments

commented

recipetype:create:mechanical_crafting.addRecipe("mechanical_crafter_test", item:minecraft:diamond, [[item:minecraft:stick, item:minecraft:air, item:minecraft:stick], [item:minecraft:air, item:minecraft:stick, item:minecraft:air]]);

This is the example script given on the craft tweaker wiki for this mod, however when the items are input and the crafting operation goes through, it outputs the wrong item. In this case, xreliquary:magazines/neutral_magazine
which is weird because diamond is what JEI sees it is supposed to put out, but it does not.

commented

Firstly please put scripts on pastebin or in code blocks
Secondly, this is either an issue where you have a conflicting recipe or an issue with Create.

If you see it in JEI, it means that the recipe was added fine, and the issue is something else.