mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 01:39:52 +03:00
12 lines
530 B
Diff
12 lines
530 B
Diff
--- ../src-base/minecraft/net/minecraft/block/BlockLadder.java
|
|
+++ ../src-work/minecraft/net/minecraft/block/BlockLadder.java
|
|
@@ -158,6 +158,8 @@
|
|
return new BlockStateContainer(this, new IProperty[] {FACING});
|
|
}
|
|
|
|
+ @Override public boolean isLadder(IBlockState state, IBlockAccess world, BlockPos pos, EntityLivingBase entity) { return true; }
|
|
+
|
|
public BlockFaceShape getBlockFaceShape(IBlockAccess worldIn, IBlockState state, BlockPos pos, EnumFacing face)
|
|
{
|
|
return BlockFaceShape.UNDEFINED;
|