Started by
bluner
on
Topic category: Help with Minecraft modding (Java Edition)
I was wondering if you could use the Global "before entity is hurt" but make it only affect the player.
Topic category: Help with Minecraft modding (Java Edition)
I was wondering if you could use the Global "before entity is hurt" but make it only affect the player.
To make it only affect the player, use procedure block to check entity type and check if the target entity is player
Ok thank you