Disable upgrade slots in electric furnace for now, closes #1064
This commit is contained in:
parent
f9d4134365
commit
dd7005dc0a
1 changed files with 5 additions and 0 deletions
|
@ -263,4 +263,9 @@ public class TileElectricFurnace extends TilePowerAcceptor
|
|||
public IInventory getMachineInv() {
|
||||
return inventory;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canBeUpgraded() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue