Improve block names
This commit is contained in:
parent
40835a2773
commit
2fdce5405b
46 changed files with 419 additions and 419 deletions
|
@ -131,7 +131,7 @@ public class TileEntityFusionController extends TilePowerAcceptor implements IIn
|
|||
}
|
||||
|
||||
private boolean isCoil(int x, int y, int z) {
|
||||
return world.getBlockState(new BlockPos(x, y, z)).getBlock() == ModBlocks.FusionCoil;
|
||||
return world.getBlockState(new BlockPos(x, y, z)).getBlock() == ModBlocks.fusionCoil;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue