mirror of
https://github.com/GeyserExtensionists/GeyserModelEngine.git
synced 2025-12-29 11:59:26 +00:00
huh
This commit is contained in:
@@ -15,7 +15,7 @@ public class EntityHurtAnimationPacket implements WrapperPacket {
|
||||
public PacketContainer encode() {
|
||||
PacketContainer packet = new PacketContainer(PacketType.Play.Server.HURT_ANIMATION);
|
||||
packet.getIntegers().write(0, id);
|
||||
packet.getFloat().write(0, 1f);
|
||||
packet.getFloat().write(0, 5f);
|
||||
return packet;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user