Fix config changes etc.
This commit is contained in:
parent
83190fc39f
commit
2209177e1a
12 changed files with 27 additions and 62 deletions
|
@ -27,7 +27,7 @@ import ic2.api.tile.IWrenchable;
|
|||
public class TileDieselGenerator extends TilePowerAcceptor implements IWrenchable, IFluidHandler, IInventory
|
||||
{
|
||||
|
||||
public static final int euTick = ConfigTechReborn.ThermalGenertaorOutput;
|
||||
public static final int euTick = ConfigTechReborn.ThermalGeneratorOutput;
|
||||
public Tank tank = new Tank("TileDieselGenerator", FluidContainerRegistry.BUCKET_VOLUME * 10, this);
|
||||
public Inventory inventory = new Inventory(3, "TileDieselGenerator", 64, this);
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ import ic2.api.tile.IWrenchable;
|
|||
public class TileDragonEggSiphoner extends TilePowerAcceptor implements IWrenchable, IInventory
|
||||
{
|
||||
|
||||
public static final int euTick = ConfigTechReborn.DragoneggsiphonerOutput;
|
||||
public static final int euTick = ConfigTechReborn.DragonEggSiphonerOutput;
|
||||
public Inventory inventory = new Inventory(3, "TileAlloySmelter", 64, this);
|
||||
|
||||
public TileDragonEggSiphoner()
|
||||
|
|
|
@ -14,7 +14,7 @@ import ic2.api.tile.IWrenchable;
|
|||
public class TileHeatGenerator extends TilePowerAcceptor implements IWrenchable
|
||||
{
|
||||
|
||||
public static final int euTick = ConfigTechReborn.heatGeneratorOutput;
|
||||
public static final int euTick = ConfigTechReborn.HeatGeneratorOutput;
|
||||
|
||||
public TileHeatGenerator()
|
||||
{
|
||||
|
|
|
@ -30,7 +30,7 @@ import ic2.api.tile.IWrenchable;
|
|||
public class TileThermalGenerator extends TilePowerAcceptor implements IWrenchable, IFluidHandler, IInventory
|
||||
{
|
||||
|
||||
public static final int euTick = ConfigTechReborn.ThermalGenertaorOutput;
|
||||
public static final int euTick = ConfigTechReborn.ThermalGeneratorOutput;
|
||||
public Tank tank = new Tank("TileThermalGenerator", FluidContainerRegistry.BUCKET_VOLUME * 10, this);
|
||||
public Inventory inventory = new Inventory(3, "TileThermalGenerator", 64, this);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue