From d22e36a215436a794f7173718b848d0759f96097 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 13 Jun 2015 14:39:46 +0200 Subject: [PATCH] -Updated Version Checking --- .../ellpeck/actuallyadditions/tile/TileEntityOilGenerator.java | 2 +- update/changelog.txt | 2 +- update/newestVersion.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/ellpeck/actuallyadditions/tile/TileEntityOilGenerator.java b/src/main/java/ellpeck/actuallyadditions/tile/TileEntityOilGenerator.java index a8218c9d3..4daeb5946 100644 --- a/src/main/java/ellpeck/actuallyadditions/tile/TileEntityOilGenerator.java +++ b/src/main/java/ellpeck/actuallyadditions/tile/TileEntityOilGenerator.java @@ -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); diff --git a/update/changelog.txt b/update/changelog.txt index 880dbac5f..202f6eb82 100644 --- a/update/changelog.txt +++ b/update/changelog.txt @@ -1 +1 @@ -Fluid Breakers & Placers and Phantom Energyface, Liquiface, Breaker & Placer \ No newline at end of file +Phantom Boosters, Coffee, a Lava Factory and Flax \ No newline at end of file diff --git a/update/newestVersion.txt b/update/newestVersion.txt index 14ed8b098..e7fde1fa6 100644 --- a/update/newestVersion.txt +++ b/update/newestVersion.txt @@ -1 +1 @@ -1.7.10-0.0.5.3 \ No newline at end of file +1.7.10-0.0.5.4 \ No newline at end of file