Damage on crafting

Started by gametoy20 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Damage on crafting

So, there is a "catalyst" that is actually a "smithing template". I wanted to make a feature, that this "catalyst" doesn"t disapear after using it on smithing table, but gets 1 damage (max durability of this item is 4, like for set of armor). But soon i realised, that that didn't work. So i need help.

If it is custom item, you…
Tue, 07/22/2025 - 14:54

If it is custom item, you can set it to stay in crafting grid and make it e.g. damagable if you need it to damage on crafting

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Unfortunately, i did that,…
Wed, 07/23/2025 - 06:24

Unfortunately, i did that, but got nothing. I've seen the same problem from the other user, and he has the same problem only with smiting table. So, i suppose that there is problem in Minecraft itself, like, as i think, templates in smithing table just desappear without checking, if the item supposed to take damage after using in craft.

Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Maybe when u use the…
Wed, 07/23/2025 - 10:29

Maybe when u use the template and it disappears you could add a new one to the players inventory that is damaged?

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
 make the template craftable…
Wed, 07/23/2025 - 12:28

 make the template craftable in sets of 4, (maybe with a max stack size of 4 for that item). alternatively make a "template blueprint", that you can put in the normal crafting grid to produce the templates, with the blueprint being able to be used 4 times?