Recipe time and power re-balance

This commit is contained in:
modmuss50 2019-08-09 00:19:00 +01:00
parent 6f35d5b527
commit b975c302d8
220 changed files with 368 additions and 368 deletions

View file

@ -56,7 +56,7 @@ public class ElectricFurnaceBlockEntity extends PowerAcceptorBlockEntity
public RebornInventory<ElectricFurnaceBlockEntity> inventory = new RebornInventory<>(3, "ElectricFurnaceBlockEntity", 64, this);
public int progress;
public int fuelScale = 100;
public int cost = 6;
public int cost = 4;
int input1 = 0;
int output = 1;
boolean wasBurning = false;