*** Posted in wrong forum, using this to elaborate ***
Original post:
``````````````````````````````````````````````
So i'm fairly new, I have general knowledge with minetest by now however i still run into issues on occasion. such as my problem now.
I have a crafting item (Unsure if it should be made a tool).
This item is called "forge_hammer".
and its intended use is to have an ingot, and the hammer placed shapelessly in the crafting table, to produce a plate of that ingots type. However, I want when they craft a plate, for it to take a durability away from the item. I tried googling but i cant seem to figure out how i would go about applying a durability count to this item and how to degrade it based on number of uses in crafting recipes.
````````````````````````````````````````````````````
the reply i got on my previous post was, I should make the item a tool for it to have durability. Which I need to now elaborate on. If I make it a tool, how may I go about making its uses go down according to the times used in a crafting recipe? More-so, how may I go about achieving it so that the forge hammer does not get completely consumed in the final output?