Removed last ic2 energy class
This commit is contained in:
parent
3a9c469965
commit
7d052a3292
1 changed files with 0 additions and 3 deletions
|
@ -38,9 +38,6 @@ public class TileSemifluidGenerator extends TilePowerAcceptor implements IWrench
|
|||
public TileSemifluidGenerator() {
|
||||
super(ConfigTechReborn.ThermalGeneratorTier);
|
||||
//TODO: fix this to have SemiFluid generator values
|
||||
this.energySource = new BasicSource(this,
|
||||
ConfigTechReborn.ThermalGeneratorCharge,
|
||||
ConfigTechReborn.ThermalGeneratorTier);
|
||||
|
||||
fluids.put("creosote", 3000);
|
||||
fluids.put("biomass", 8000);
|
||||
|
|
Loading…
Reference in a new issue