Skip to content

Commit

Permalink
Add visual damage support with thorns (GeyserMC#1728)
Browse files Browse the repository at this point in the history
  • Loading branch information
Camotoy committed Dec 26, 2020
1 parent 9fc6228 commit eb5e4d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public void translate(ServerEntityStatusPacket packet, GeyserSession session) {
case LIVING_DROWN:
case LIVING_HURT:
case LIVING_HURT_SWEET_BERRY_BUSH:
case LIVING_HURT_THORNS:
entityEventPacket.setType(EntityEventType.HURT);
break;
case LIVING_DEATH:
Expand Down

0 comments on commit eb5e4d7

Please sign in to comment.