Removed last ic2 energy class

This commit is contained in:
Modmuss50 2015-10-07 08:20:45 +01:00
parent 3a9c469965
commit 7d052a3292

View file

@ -38,9 +38,6 @@ public class TileSemifluidGenerator extends TilePowerAcceptor implements IWrench
public TileSemifluidGenerator() { public TileSemifluidGenerator() {
super(ConfigTechReborn.ThermalGeneratorTier); super(ConfigTechReborn.ThermalGeneratorTier);
//TODO: fix this to have SemiFluid generator values //TODO: fix this to have SemiFluid generator values
this.energySource = new BasicSource(this,
ConfigTechReborn.ThermalGeneratorCharge,
ConfigTechReborn.ThermalGeneratorTier);
fluids.put("creosote", 3000); fluids.put("creosote", 3000);
fluids.put("biomass", 8000); fluids.put("biomass", 8000);