[Bug] Dragon Health Crystal doesn't function if it doesnt have the durability component
unnecessarymb opened this issue ยท 3 comments
Describe the bug
Dragon Health Crystals stop working when !minecraft:max_damage is set
To Reproduce
Steps to reproduce the behavior:
- Run
/geneticsresequenced gene add fromId geneticsresequenced:ender_dragon_health - Run
/give @s geneticsresequenced:dragon_health_crystal[!minecraft:max_damage] - Notice how the Dragon Health Crystal no longer prevents damage
Expected behavior
The Dragon Health Crystal to prevent damage even if rendered unbreakable
Additional context
Relevant in FTBTeam/FTB-Modpack-Issues#6665
Oh wait, is that basically removing the durability item component? Huh, I didn't know you could do that.
Honestly that sounds wildly over-powered. I'd be more likely to make it a custom item component than to make it work without durability.