Improve block names

This commit is contained in:
modmuss50 2016-12-05 09:40:55 +00:00
parent 40835a2773
commit 2fdce5405b
46 changed files with 419 additions and 419 deletions

View file

@ -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);