Fixed stairs

This commit is contained in:
thatsIch
2015-09-29 15:47:55 +02:00
parent 8b921a7b79
commit 59dbfb1452
169 changed files with 1470 additions and 1095 deletions
+1 -1
View File
@@ -1541,7 +1541,7 @@ public class Platform
}
f1 = 0.3F;
AxisAlignedBB boundingBox = entity1.getBoundingBox().expand( f1, f1, f1 );
AxisAlignedBB boundingBox = entity1.getEntityBoundingBox().expand( f1, f1, f1 );
MovingObjectPosition movingObjectPosition = boundingBox.calculateIntercept( vec3, vec31 );
if( movingObjectPosition != null )