This commit is contained in:
Boblet 2022-05-13 14:13:03 +02:00
parent 041b684d26
commit 47eb08dcd7

View File

@ -70,10 +70,10 @@ public class MachineTowerLarge extends BlockDummyable implements ILookOverlay {
TileEntity te = world.getTileEntity(pos[0], pos[1], pos[2]);
if(!(te instanceof TileEntityTowerSmall))
if(!(te instanceof TileEntityTowerLarge))
return;
TileEntityTowerSmall tower = (TileEntityTowerSmall) te;
TileEntityTowerLarge tower = (TileEntityTowerLarge) te;
List<String> text = new ArrayList();