Start redoing Matter Fabricator gui
(cherry picked from commit 5c6bc6c)
This commit is contained in:
parent
82927ae405
commit
f9d4134365
4 changed files with 11 additions and 6 deletions
|
@ -249,4 +249,9 @@ public class TileMatterFabricator extends TilePowerAcceptor
|
|||
.outputSlot(9, 100, 66).outputSlot(10, 120, 66).syncEnergyValue()
|
||||
.syncIntegerValue(this::getProgress, this::setProgress).addInventory().create();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canBeUpgraded() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue