Finish off the rendering for the upgrades.

This commit is contained in:
modmuss50 2017-04-11 21:10:48 +01:00
parent e05c132c3a
commit 5487584f04
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82
6 changed files with 23 additions and 4 deletions

View file

@ -57,6 +57,7 @@ public class ItemUpgrades extends ItemTRNoDestroy implements IUpgrade {
setUnlocalizedName("techreborn.upgrade");
setHasSubtypes(true);
setCreativeTab(TechRebornCreativeTabMisc.instance);
setMaxStackSize(1);
}
public static ItemStack getUpgradeByName(String name, int count) {