Tweak some power values, closes #564

This commit is contained in:
modmuss50 2016-05-23 17:05:10 +01:00
parent 188e2ef0c5
commit 78ccf1bcfb
3 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ 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 = 20; // This is in line with BC engines rf,
public Inventory inventory = new Inventory(2, "TileGenerator", 64, this);
public int fuelSlot = 0;
public int burnTime;