
Resultant Recipe item is wrong
RedBlockCreator opened this issue ยท 1 comments
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.