Start redoing Matter Fabricator gui

(cherry picked from commit 5c6bc6c)
This commit is contained in:
modmuss50 2017-06-02 20:32:03 +01:00
parent 82927ae405
commit f9d4134365
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82
4 changed files with 11 additions and 6 deletions

View file

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