mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
-Updated Version Checking
This commit is contained in:
parent
3c8b3a7bfc
commit
d22e36a215
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ import net.minecraftforge.fluids.*;
|
|||
|
||||
public class TileEntityOilGenerator extends TileEntityInventoryBase implements IEnergyProvider, IFluidHandler{
|
||||
|
||||
public EnergyStorage storage = new EnergyStorage(30000);
|
||||
public EnergyStorage storage = new EnergyStorage(50000);
|
||||
|
||||
public FluidTank tank = new FluidTank(2*FluidContainerRegistry.BUCKET_VOLUME);
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Fluid Breakers & Placers and Phantom Energyface, Liquiface, Breaker & Placer
|
||||
Phantom Boosters, Coffee, a Lava Factory and Flax
|
|
@ -1 +1 @@
|
|||
1.7.10-0.0.5.3
|
||||
1.7.10-0.0.5.4
|
Loading…
Reference in a new issue