Finish off the rendering for the upgrades.
This commit is contained in:
parent
e05c132c3a
commit
5487584f04
6 changed files with 23 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue