Improve block names
This commit is contained in:
parent
40835a2773
commit
2fdce5405b
46 changed files with 419 additions and 419 deletions
|
@ -313,7 +313,7 @@ public class MultiBlockCasing extends RectangularMultiblockControllerBase {
|
|||
@Override
|
||||
protected void isBlockGoodForFrame(World world, int x, int y, int z) throws MultiblockValidationException {
|
||||
Block block = world.getBlockState(new BlockPos(x, y, z)).getBlock();
|
||||
if (block == ModBlocks.MachineCasing) {
|
||||
if (block == ModBlocks.machineCasing) {
|
||||
|
||||
} else {
|
||||
super.isBlockGoodForFrame(world, x, y, z);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue