important

This commit is contained in:
Shadows_of_Fire 2017-08-08 08:02:04 -04:00
parent 2ee695359c
commit daefd71504

View file

@ -89,6 +89,7 @@ public class BlockTinyTorch extends BlockBase{
return false;
}
@Override
public BlockFaceShape getBlockFaceShape(IBlockAccess world, IBlockState state, BlockPos pos, EnumFacing facing) {
return BlockFaceShape.UNDEFINED;
}