mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-16 11:06:06 -04:00
Rope-friendly Collision
Allows the player to successfully jump onto a rope that is three blocks high above ground level as compared to the ClassiCube client.
This commit is contained in:
parent
8023f9346f
commit
e52fb13ff8
@ -53,7 +53,7 @@ namespace ClassicalSharp.Model {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public override Vector3 CollisionSize {
|
public override Vector3 CollisionSize {
|
||||||
get { return new Vector3( 8/16f + 0.6f/16f, 28.5f/16f - 0.4f/16f, 8/16f + 0.6f/16f ); }
|
get { return new Vector3( 8/16f + 0.6f/16f, 28.5f/16f - 0.2f/16f, 8/16f + 0.6f/16f ); }
|
||||||
}
|
}
|
||||||
|
|
||||||
public override BoundingBox PickingBounds {
|
public override BoundingBox PickingBounds {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user