Jump to content

Recommended Posts

Posted

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.

Posted
2 minutes ago, diesieben07 said:

Not accepting damaged items should be the default, look at e.g. the dispenser recipe, which only accepts undamaged bows.

One would think, and yet

Screenshot (1).png

Posted
12 minutes ago, diesieben07 said:

Not accepting damaged items should be the default, look at e.g. the dispenser recipe, which only accepts undamaged bows.

I'm now wondering if this is a glitch in 1.14.

Screenshot (2).png

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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