Keep template in a smithing table recipe

Started by LincolnX on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Keep template in a smithing table recipe

Hello, is it possible to make it so that in my smithing table recipe, when I use it, it keeps the template? Like for example, if I upgraded my diamond tool to netherite and it kept the template, is it possible to do that in my custom recipe?

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm not sure if this works:…
Thu, 09/25/2025 - 09:06

I'm not sure if this works: Give the template durability and anable damage instead of crafting, add a procedu that makes the template automaticly reset it to full durability, if this settings for a template don't exist your best bet is to write an complex procedure.

Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I tried that, it sadly doesn…
Thu, 09/25/2025 - 20:41

I tried that, it sadly doesn't work and still uses it up.

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
one way to do smithing…
Thu, 09/25/2025 - 21:11

one way to do smithing templates not consuming in a smithing table is mixins, I did it myself. I don't have the exact code on me rn but if you message me on one of the discord links on my mods I can help

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
maybe use procedure: if used…
Wed, 10/01/2025 - 10:49

maybe use procedure: if used/crafted with template 

then add 1 template to inventory

it may not work cuz im not that good with procedures