Started by
DeathD84
on
Topic category: Help with Minecraft modding (Java Edition)
Pretty simple, I want to detect when a player uses a totem of undying
Currently, I tried to use "Entity dies", but that doesn't trigger it,
and I want to make sure the procedure only sets off on totem use (No way for procedure to set of falsely)
Maybe you could try using the "Before entity is hurt trigger" and then check the player's health and if they're holding a totem.
I was having this same problem when I realized I could literally just use the "Entity uses a totem" trigger. Try it out! It's so simple.