rotation.add(new FloatTag("yaw", 0));
rotation.add(new FloatTag("pitch", 0));
root.put("Rotation", rotation);
root.put("FallDistance", new FloatTag("FallDistance", 0));
root.put("Fire", new ShortTag("Fire", (short)0));
root.put("Air", new ShortTag("Air", (short)0));
root.put("OnGround", new ByteTag("OnGround", (byte)0));
root.put("Dimension", new IntTag("Dimension", 0));
root.put("Invulnerable", new ByteTag("Invulnerable", (byte)1));
root.put("PortalCooldown", new IntTag("PortalCooldown", 0));