mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-17 19:45:23 -04:00
Fix sheep collision bounds to be same as classicube (Thanks Buzz), closes #157.
This commit is contained in:
parent
1934749aa1
commit
d06ba7c249
@ -64,7 +64,7 @@ namespace ClassicalSharp.Model {
|
|||||||
public override float GetEyeY( Entity entity ) { return 20/16f; }
|
public override float GetEyeY( Entity entity ) { return 20/16f; }
|
||||||
|
|
||||||
public override Vector3 CollisionSize {
|
public override Vector3 CollisionSize {
|
||||||
get { return new Vector3( 14/16f, 20/16f, 14/16f ); }
|
get { return new Vector3( 10/16f, 20/16f, 10/16f ); }
|
||||||
}
|
}
|
||||||
|
|
||||||
public override BoundingBox PickingBounds {
|
public override BoundingBox PickingBounds {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user