mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
oops
This commit is contained in:
parent
041b684d26
commit
47eb08dcd7
@ -70,10 +70,10 @@ public class MachineTowerLarge extends BlockDummyable implements ILookOverlay {
|
|||||||
|
|
||||||
TileEntity te = world.getTileEntity(pos[0], pos[1], pos[2]);
|
TileEntity te = world.getTileEntity(pos[0], pos[1], pos[2]);
|
||||||
|
|
||||||
if(!(te instanceof TileEntityTowerSmall))
|
if(!(te instanceof TileEntityTowerLarge))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
TileEntityTowerSmall tower = (TileEntityTowerSmall) te;
|
TileEntityTowerLarge tower = (TileEntityTowerLarge) te;
|
||||||
|
|
||||||
List<String> text = new ArrayList();
|
List<String> text = new ArrayList();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user