mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Made Reconstructor store less power.
This commit is contained in:
parent
297e3d9adf
commit
cf5a52db2d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ import net.minecraftforge.common.util.ForgeDirection;
|
||||||
public class TileEntityAtomicReconstructor extends TileEntityInventoryBase implements IEnergyReceiver, IEnergySaver, IRedstoneToggle{
|
public class TileEntityAtomicReconstructor extends TileEntityInventoryBase implements IEnergyReceiver, IEnergySaver, IRedstoneToggle{
|
||||||
|
|
||||||
public static final int ENERGY_USE = 1000;
|
public static final int ENERGY_USE = 1000;
|
||||||
public EnergyStorage storage = new EnergyStorage(3000000);
|
public EnergyStorage storage = new EnergyStorage(300000);
|
||||||
private int currentTime;
|
private int currentTime;
|
||||||
private boolean activateOnceWithSignal;
|
private boolean activateOnceWithSignal;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue