Got the upgrades working, just need the textures.

This commit is contained in:
modmuss50 2017-04-11 13:21:23 +01:00
parent cda60c7b8f
commit 4f05367f52
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82
3 changed files with 21 additions and 1 deletions

View file

@ -185,4 +185,9 @@ implements IWrenchable, IInventoryProvider, IRecipeCrafterProvider, IContainerPr
.tile(this).slot(0, 55, 45).outputSlot(1, 101, 45).syncEnergyValue().syncCrafterValue().addInventory()
.create();
}
@Override
public boolean canBeUpgraded() {
return true;
}
}