CraftTweaker

CraftTweaker

151M Downloads

Recipes that have been replaced have `<item:minecraft:air>` as the replaced item when using `/ct recipes`

jaredlll08 opened this issue ยท 0 comments

commented

Issue description

Before replacing string with diamonds:

  craftingTable.addShaped("minecraft:crossbow", <item:minecraft:crossbow>, [[<tag:items:forge:rods/wooden>, <tag:items:forge:ingots/iron>, <tag:items:forge:rods/wooden>], [<item:minecraft:string>, <item:minecraft:tripwire_hook>, <item:minecraft:string>], [<item:minecraft:air>, <tag:items:forge:rods/wooden>, <item:minecraft:air>]]);

after replacing string with diamonds

  craftingTable.addShaped("crafttweaker:autogenerated/minecraft.crossbow", <item:minecraft:crossbow>, [[<tag:items:forge:rods/wooden>, <tag:items:forge:ingots/iron>, <tag:items:forge:rods/wooden>], [<item:minecraft:air>, <item:minecraft:tripwire_hook>, <item:minecraft:air>], [<item:minecraft:air>, <tag:items:forge:rods/wooden>, <item:minecraft:air>]]);

Steps to reproduce

No response

Script used

https://i.blamejared.com/VSAEZ.txt

The crafttweaker.log file

n/a

Minecraft version

1.16

Forge version

n/a

CraftTweaker version

n/a

Other relevant information

No response

The latest.log file

n/a