Fix Transformer Upgrade Recipe
This commit is contained in:
parent
02357ce1a4
commit
4af72aed00
2 changed files with 2 additions and 3 deletions
|
@ -689,7 +689,7 @@ public class ModRecipes {
|
|||
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',
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue