forked from GeyserMC/Geyser
Add visual damage support with thorns (#1728)
This commit is contained in:
parent
9fc6228fc0
commit
eb5e4d79bb
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ public class JavaEntityStatusTranslator extends PacketTranslator<ServerEntitySta
|
|||
case LIVING_DROWN:
|
||||
case LIVING_HURT:
|
||||
case LIVING_HURT_SWEET_BERRY_BUSH:
|
||||
case LIVING_HURT_THORNS:
|
||||
entityEventPacket.setType(EntityEventType.HURT);
|
||||
break;
|
||||
case LIVING_DEATH:
|
||||
|
|
Loading…
Reference in a new issue