modmuss50 2018-04-12 14:23:07 +01:00
parent 8bb7efcc77
commit ec30ac8e6c
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82

View file

@ -59,6 +59,7 @@ public class TileLapotronicSU extends TileEnergyStorage implements IContainerPro
public TileLapotronicSU() {
super("LESU", 2, ModBlocks.LAPOTRONIC_SU, EnumPowerTier.INSANE, 8192, baseOutput, 1000000);
checkOverfill = false;
}
@Override