mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-21 23:13:28 +01:00
Made the double furnace be able to accept more energy
This commit is contained in:
parent
11840ad2b9
commit
2219014fa2
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public class TileEntityFurnaceDouble extends TileEntityInventoryBase implements
|
|||
public static final int SLOT_OUTPUT_2 = 3;
|
||||
public static final int ENERGY_USE = 25;
|
||||
private static final int SMELT_TIME = 80;
|
||||
public final CustomEnergyStorage storage = new CustomEnergyStorage(30000, 80, 0);
|
||||
public final CustomEnergyStorage storage = new CustomEnergyStorage(30000, 150, 0);
|
||||
public int firstSmeltTime;
|
||||
public int secondSmeltTime;
|
||||
public boolean isAutoSplit;
|
||||
|
|
Loading…
Reference in a new issue