Large buff to power usage, should fix #769

This commit is contained in:
modmuss50 2016-11-05 17:22:24 +00:00
parent 51331b77e7
commit 29b0d2443f
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA
4 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@ import reborncore.common.util.Inventory;
import techreborn.init.ModBlocks;
public class TileGenerator extends TilePowerAcceptor implements IWrenchable, IInventoryProvider {
public static int outputAmount = 10; // This is in line with BC engines rf,
public static int outputAmount = 10;
public Inventory inventory = new Inventory(2, "TileGenerator", 64, this);
public int fuelSlot = 0;
public int burnTime;

View file

@ -219,7 +219,7 @@ public class TileIndustrialGrinder extends TilePowerAcceptor
@Override
public double getMaxInput() {
return 32;
return 64;
}
@Override