Arrow: added shake effect and strike sound

This commit is contained in:
Dylan K. Taylor
2018-03-08 19:08:19 +00:00
parent 8cc6a32a04
commit 83a3c6f614
2 changed files with 11 additions and 0 deletions

View File

@ -66,6 +66,7 @@ class EntityEventPacket extends DataPacket{
public const AGENT_ARM_SWING = 36;
public const ENDER_DRAGON_DEATH = 37;
public const DUST_PARTICLES = 38; //not sure what this is
public const ARROW_SHAKE = 39;
public const EATING_ITEM = 57;