Fixed #404 IC2 energy only flowing in the overworld
This commit is contained in:
parent
567ff7525c
commit
7b66230512
1 changed files with 0 additions and 7 deletions
|
@ -905,13 +905,6 @@ public abstract class TileEntityAbstractEnergy extends TileEntityAbstractEnergyB
|
|||
}
|
||||
|
||||
// WarpDrive overrides
|
||||
@Override
|
||||
public void onBlockUpdateDetected() {
|
||||
super.onBlockUpdateDetected();
|
||||
|
||||
energy_refreshConnections();
|
||||
}
|
||||
|
||||
protected void energy_refreshConnections() {
|
||||
if (WarpDriveConfig.isIndustrialCraft2Loaded) {
|
||||
// IC2 EnergyNet throws a block update during the next world tick following its EnergyTileLoadEvent
|
||||
|
|
Loading…
Reference in a new issue