Started by
Megfish21
on
Topic category: Help with Minecraft modding (Java Edition)
Is it possible to make a food item that has durability? like everytime you eat it it gets damaged?
Topic category: Help with Minecraft modding (Java Edition)
Is it possible to make a food item that has durability? like everytime you eat it it gets damaged?
Hello comrade,
It is possible indeed. The simplest way to do that is to create a texture for each stage of your food and create a new item for ezach texture/stage. Then you need to create a procedure that spawns the next food item and finally link that procedure to "'When food eaten". You just need to create the same procedure for each stage. If you need to I can send you a link to download a template.
thank u