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

@ -687,9 +687,9 @@ public class ModRecipes {
ItemParts.getPartByName("NaKCoolantSimple"), 'W',
ItemStandaloneCables.getCableByName("insulatedcopper"), 'C',
ItemParts.getPartByName("electronicCircuit"));
CraftingHelper.addShapedOreRecipe(ItemUpgrades.getUpgradeByName("Transformer"), "GGG", "WTW", "GCG", 'G',
"glass", 'W', ItemStandaloneCables.getCableByName("insulatedgold"), 'C',
"blockGlass", 'W', ItemStandaloneCables.getCableByName("insulatedgold"), 'C',
ItemParts.getPartByName("electronicCircuit"), 'T', ModBlocks.mvt);
CraftingHelper.addShapedOreRecipe(ItemUpgrades.getUpgradeByName("EnergyStorage"), "PPP", "WBW", "PCP", 'P',

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)