mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-03 23:17:48 +01:00
Fix dolphin bounding-box.
This commit is contained in:
parent
f1f3885751
commit
bf8c632b32
@ -8,6 +8,6 @@ import net.minestom.server.utils.Position;
|
||||
public class EntityDolphin extends EntityCreature implements Animal {
|
||||
public EntityDolphin(Position spawnPosition) {
|
||||
super(EntityType.DOLPHIN, spawnPosition);
|
||||
setBoundingBox(0.6f,0.6f,0.9f);
|
||||
setBoundingBox(0.9f,0.6f,0.9f);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user