Fixed #404 IC2 energy only flowing in the overworld

This commit is contained in:
Unknown 2020-03-30 03:47:44 +02:00 committed by unknown
parent 567ff7525c
commit 7b66230512

View file

@ -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