-Updated Version Checking

This commit is contained in:
Ellpeck 2015-06-13 14:39:46 +02:00
parent 3c8b3a7bfc
commit d22e36a215
3 changed files with 3 additions and 3 deletions

View file

@ -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);

View file

@ -1 +1 @@
Fluid Breakers & Placers and Phantom Energyface, Liquiface, Breaker & Placer
Phantom Boosters, Coffee, a Lava Factory and Flax

View file

@ -1 +1 @@
1.7.10-0.0.5.3
1.7.10-0.0.5.4