aboutsummaryrefslogtreecommitdiff
path: root/azalea-world/src/entity
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-world/src/entity')
-rw-r--r--azalea-world/src/entity/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-world/src/entity/mod.rs b/azalea-world/src/entity/mod.rs
index b190d63e..b9c273f0 100644
--- a/azalea-world/src/entity/mod.rs
+++ b/azalea-world/src/entity/mod.rs
@@ -265,7 +265,7 @@ pub struct EntityData {
impl EntityData {
pub fn new(uuid: Uuid, pos: Vec3) -> Self {
let dimensions = EntityDimensions {
- width: 0.8,
+ width: 0.6,
height: 1.8,
};