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:
Venom983 2016-01-02 17:10:47 -05:00
parent 8023f9346f
commit e52fb13ff8

View File

@ -53,7 +53,7 @@ namespace ClassicalSharp.Model {
}
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 {