Started by
GamerGoat56
on
Topic category: Help with MCreator software
Hey. So I was wondering if there was a way to make armor or weapon durability like elytra, where instead of the item disappearing, it becomes unusable.
Any help would be greatly appreciated.
Thanks in advance.
Make two versions of the same item, one that is the "broken version" (it doesn't do what it's supposed to), and the one which has the durability and works as is. Use the "on player tick" global event to track the item. When the item breaks, replace the item with the "broken" version.
Make a indestructible version of the armor, which doesnt do anything non cosmetic and make it replace the armor when it has 1 durability