Issue with example crafting script in CraftTweaker repo
FatalblazeAM opened this issue ยท 0 comments
In Common/src/main/resources/data/crafttweaker/scripts/crafttweaker_crafting_recipes.zs of the main CraftTweaker repo
on line 48 and 49, this is written:
//This recipe would allow you to extract an infinite number of diamonds when you place a diamond Sword in the crafting grid craftingTable.addShapeless("example_transformer_reuse", <item:minecraft:diamond>, [<item:minecraft:diamond_axe>.reuse()]);
Line 48 refers to diamond Sword whereas line 49 uses a diamond Axe
I know this is technically for the CraftTweaker repo, but this issue didn't fall under "bug report" or "feature request"