Updated Forge to 1.12.2 RB (#3141)
* Updated Forge to 1.12.2 RB Updated mappings to the MDK defaults for 1.12.2 Updated related depdencies * With Forge 14.23 not available for < 1.12.2, we have to drop support. With one potential fix for TE corruption, this step should be reasonable.
This commit is contained in:
@@ -128,7 +128,7 @@ public class PartCableAnchor implements IPart
|
||||
@Override
|
||||
public boolean isLadder( final EntityLivingBase entity )
|
||||
{
|
||||
return this.mySide.yOffset == 0 && ( entity.isCollidedHorizontally || !entity.onGround );
|
||||
return this.mySide.yOffset == 0 && ( entity.collidedHorizontally || !entity.onGround );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user