Large buff to power usage, should fix #769
This commit is contained in:
parent
51331b77e7
commit
29b0d2443f
4 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -219,7 +219,7 @@ public class TileIndustrialGrinder extends TilePowerAcceptor
|
|||
|
||||
@Override
|
||||
public double getMaxInput() {
|
||||
return 32;
|
||||
return 64;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue