Increase iron furnace speed

This commit is contained in:
modmuss50 2017-04-08 15:08:58 +01:00
parent bcfb330632
commit 21dd44def6
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82

View file

@ -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;