Started by
LincolnX
on
Topic category: Help with Minecraft modding (Java Edition)
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?
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.
I tried that, it sadly doesn't work and still uses it up.
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
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