Increase iron furnace speed
This commit is contained in:
parent
bcfb330632
commit
21dd44def6
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public class TileIronFurnace extends TileLegacyMachineBase
|
|||
public int fuel;
|
||||
public int fuelGague;
|
||||
public int progress;
|
||||
public int fuelScale = 200;
|
||||
public int fuelScale = 160;
|
||||
int input1 = 0;
|
||||
int output = 1;
|
||||
int fuelslot = 2;
|
||||
|
|
Loading…
Reference in a new issue