Transportation stone tweak

This commit is contained in:
Electroblob77
2019-01-06 15:21:08 +00:00
parent b33037fd1b
commit b8ba7d1ea4
@@ -65,6 +65,11 @@ public class BlockTransportationStone extends Block {
public boolean isOpaqueCube(IBlockState state){
return false;
}
@Override
public boolean isSideSolid(IBlockState base_state, IBlockAccess world, BlockPos pos, EnumFacing side){
return side == EnumFacing.DOWN;
}
@SuppressWarnings("deprecation")
@Override