Started by
RestartTheWorld
on
Topic category: Help with Minecraft modding (Java Edition)
I want to create an armor that has all forms of invulnerability, whether falling into void , /kill , or even something that can set the player's health to 0.
Use the 'entity dies' global trigger then check if the target is a player and if they are wearing the armour, if they are just cancel the event.
Please send me pictures and instructions on how to make it.
if you cancel "entity dies" trigger, non-lethal damage can still be dealt to the player
you may need to use "entity is attacked" instead, or both.