Started by
gametoy20
on
Topic category: Help with Minecraft modding (Java Edition)
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 can set it to stay in crafting grid and make it e.g. damagable if you need it to damage on crafting
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.
Maybe when u use the template and it disappears you could add a new one to the players inventory that is damaged?
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?