mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Act like Vaskie
This commit is contained in:
parent
1575a8aa62
commit
e4da62e898
1 changed files with 2 additions and 2 deletions
|
@ -37,9 +37,9 @@ import java.util.List;
|
||||||
|
|
||||||
public class TileEntityMiner extends TileEntityInventoryBase implements IEnergyReceiver, IButtonReactor, IEnergySaver, IEnergyDisplay{
|
public class TileEntityMiner extends TileEntityInventoryBase implements IEnergyReceiver, IButtonReactor, IEnergySaver, IEnergyDisplay{
|
||||||
|
|
||||||
public static final int ENERGY_USE_PER_BLOCK = 500;
|
public static final int ENERGY_USE_PER_BLOCK = 1000;
|
||||||
public static final int DEFAULT_RANGE = 2;
|
public static final int DEFAULT_RANGE = 2;
|
||||||
public final EnergyStorage storage = new EnergyStorage(1000000);
|
public final EnergyStorage storage = new EnergyStorage(200000);
|
||||||
public int layerAt = -1;
|
public int layerAt = -1;
|
||||||
public boolean onlyMineOres = true;
|
public boolean onlyMineOres = true;
|
||||||
private int oldLayerAt;
|
private int oldLayerAt;
|
||||||
|
|
Loading…
Reference in a new issue