Fix IC2 error
This commit is contained in:
parent
fb2be7df86
commit
3caf04ef4a
1 changed files with 0 additions and 11 deletions
|
@ -860,15 +860,4 @@ public class BlockMachine extends BlockContainer implements ISpecialBounds
|
|||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onBlockAdded(World world, int x, int y, int z)
|
||||
{
|
||||
TileEntity tileEntity = world.getBlockTileEntity(x, y, z);
|
||||
|
||||
if(!world.isRemote && tileEntity instanceof IEnergyTile)
|
||||
{
|
||||
MinecraftForge.EVENT_BUS.post(new EnergyTileLoadEvent((IEnergyTile)tileEntity));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue