Updates due to TR GUI builder gone.
This commit is contained in:
parent
fbec0c89c2
commit
b33b3d8745
41 changed files with 138 additions and 97 deletions
|
@ -179,6 +179,11 @@ public class TileIronFurnace extends TileLegacyMachineBase
|
|||
}
|
||||
return index != output;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canBeUpgraded() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public int getBurnTime() {
|
||||
return this.fuel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue