Fix Transformer Upgrade Recipe

This commit is contained in:
Prospector 2016-03-29 17:43:35 -07:00
parent 02357ce1a4
commit 4af72aed00
2 changed files with 2 additions and 3 deletions

View file

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