Updates due to TR GUI builder gone.

This commit is contained in:
drcrazy 2018-12-28 18:07:35 +03:00
parent fbec0c89c2
commit b33b3d8745
41 changed files with 138 additions and 97 deletions

View file

@ -179,6 +179,11 @@ public class TileIronFurnace extends TileLegacyMachineBase
}
return index != output;
}
@Override
public boolean canBeUpgraded() {
return false;
}
public int getBurnTime() {
return this.fuel;