Set Player eye height to 1.62

This commit is contained in:
themode 2020-12-29 18:12:25 +01:00
parent feab43a5f1
commit 8b9836d82a

View File

@ -202,6 +202,7 @@ public class Player extends LivingEntity implements CommandSender {
this.playerConnection = playerConnection;
setBoundingBox(0.6f, 1.8f, 0.6f);
setEyeHeight(1.62f);
setRespawnPoint(new Position(0, 0, 0));