Merge pull request #86 from mworzala/fix_player_size

Fix block placement when close to block
This commit is contained in:
TheMode 2020-12-28 20:23:53 +01:00 committed by GitHub
commit 32b8d83ac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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