Elytra-style Durability

Started by GamerGoat56 on

Topic category: Help with MCreator software

Joined Jan 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Elytra-style Durability

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.

Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make two versions of the…
Sat, 08/22/2020 - 02:35

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.

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make a indestructible…
Thu, 08/12/2021 - 17:32

Make a indestructible version of the armor, which doesnt do anything non cosmetic and make it replace the armor when it has 1 durability