Jump to content

tayler6000

Members
  • Posts

    3
  • Joined

  • Last visited

tayler6000's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I'm now wondering if this is a glitch in 1.14.
  2. Hey everyone, this is my first mod in a very long time, probably like 3 years and Forge has changed a lot since I've been gone. I'm using JSON crafting recipes and I'm trying to make it not craft the item if an ingredient is damaged but it's not working. I've tried { "item": "minecraft:iron_pickaxe", "data": 0 } { "item": "minecraft:iron_pickaxe", "damage": 0 } { "item": "minecraft:iron_pickaxe", "damaged": 0 } { "item": "minecraft:iron_pickaxe", "Damage": 0 } And none of those worked. I've seen quite a few tutorials saying that data is the appropriate solution, so did it change in 1.14? I'm sorry that this is a pretty beginner question but I've tried everything and it won't work.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.