Fix Machine Casing Model
This commit is contained in:
parent
2fdce5405b
commit
c661f6b278
5 changed files with 60 additions and 25 deletions
|
@ -86,15 +86,4 @@ public class BlockMachineCasing extends BlockMultiblockBase {
|
|||
return new TileMachineCasing();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean shouldSideBeRendered(IBlockState blockState, IBlockAccess worldIn, BlockPos pos, EnumFacing side) {
|
||||
Block b = worldIn.getBlockState(pos).getBlock();
|
||||
return b != this && super.shouldSideBeRendered(blockState, worldIn, pos, side);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canRenderInLayer(IBlockState state, BlockRenderLayer layer) {
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue