diff options
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/items')
4 files changed, 341 insertions, 948 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java b/src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java index 1c514acc74..7dd6ddd2ab 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java @@ -1,12 +1,22 @@ package gtPlusPlus.xmod.gregtech.common.items; +import static gtPlusPlus.core.util.Utils.getTcAspectStack; import gregtech.api.GregTech_API; -import gregtech.api.enums.*; +import gregtech.api.enums.GT_Values; +import gregtech.api.enums.Materials; +import gregtech.api.enums.OrePrefixes; +import gregtech.api.enums.TC_Aspects; +import gregtech.api.enums.Textures; import gregtech.api.interfaces.ITexture; -import gregtech.api.objects.*; +import gregtech.api.objects.GT_MultiTexture; +import gregtech.api.objects.GT_RenderedTexture; +import gregtech.api.objects.ItemData; +import gregtech.api.objects.MaterialStack; import gregtech.api.util.GT_FoodStat; import gregtech.api.util.GT_OreDictUnificator; -import gregtech.common.covers.*; +import gregtech.common.covers.GT_Cover_Arm; +import gregtech.common.covers.GT_Cover_Conveyor; +import gregtech.common.covers.GT_Cover_Pump; import gtPlusPlus.core.lib.CORE; import gtPlusPlus.core.util.Utils; import gtPlusPlus.xmod.gregtech.api.enums.GregtechItemList; @@ -16,788 +26,183 @@ import gtPlusPlus.xmod.gregtech.api.items.Gregtech_MetaItem_X32; import net.minecraft.item.EnumAction; public class MetaGeneratedGregtechItems extends Gregtech_MetaItem_X32 { - public MetaGeneratedGregtechItems INSTANCE; - - public MetaGeneratedGregtechItems() { - super("MU-metaitem.01", new OrePrefixes[] { - null - }); - this.INSTANCE = this; - int tLastID = 0; - - if (!CORE.MAIN_GREGTECH_5U_EXPERIMENTAL_FORK) { - Utils.LOG_INFO( - "Gregtech 5.09 not found, using fallback components. (I like how I have to add compat to something I added first and had stolen.)"); - GregtechItemList.Electric_Pump_LuV - .set(this.addItem(tLastID = 0, "Electric Pump (LuV)", "163920 L/sec (as Cover)", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 1L), - Utils.getTcAspectStack(TC_Aspects.MACHINA, 1L), Utils.getTcAspectStack(TC_Aspects.ITER, 1L), - Utils.getTcAspectStack(TC_Aspects.AQUA, 1L) - })); - GregtechItemList.Electric_Pump_ZPM - .set(this.addItem(tLastID = 1, "Electric Pump (ZPM)", "655680 L/sec (as Cover)", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 2L), - Utils.getTcAspectStack(TC_Aspects.MACHINA, 2L), Utils.getTcAspectStack(TC_Aspects.ITER, 2L), - Utils.getTcAspectStack(TC_Aspects.AQUA, 2L) - })); - GregtechItemList.Electric_Pump_UV - .set(this.addItem(tLastID = 2, "Electric Pump (UV)", "2622720 L/sec (as Cover)", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 4L), - Utils.getTcAspectStack(TC_Aspects.MACHINA, 4L), Utils.getTcAspectStack(TC_Aspects.ITER, 4L), - Utils.getTcAspectStack(TC_Aspects.AQUA, 4L) - })); - GregtechItemList.Electric_Pump_MAX - .set(this.addItem(tLastID = 3, "Electric Pump (MAX)", "10490880 L/sec (as Cover)", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 8L), - Utils.getTcAspectStack(TC_Aspects.MACHINA, 8L), Utils.getTcAspectStack(TC_Aspects.ITER, 8L), - Utils.getTcAspectStack(TC_Aspects.AQUA, 8L) - })); - GregTech_API.registerCover(GregtechItemList.Electric_Pump_LuV.get(1L, new Object[0]), - new GT_MultiTexture(new ITexture[] { - Textures.BlockIcons.MACHINE_CASINGS[5][0], - new GT_RenderedTexture(Textures.BlockIcons.OVERLAY_PUMP) - }), new GT_Cover_Pump(8196)); - GregTech_API.registerCover(GregtechItemList.Electric_Pump_ZPM.get(1L, new Object[0]), - new GT_MultiTexture(new ITexture[] { - Textures.BlockIcons.MACHINE_CASINGS[6][0], - new GT_RenderedTexture(Textures.BlockIcons.OVERLAY_PUMP) - }), new GT_Cover_Pump(32768)); - GregTech_API.registerCover(GregtechItemList.Electric_Pump_UV.get(1L, new Object[0]), - new GT_MultiTexture(new ITexture[] { - Textures.BlockIcons.MACHINE_CASINGS[7][0], - new GT_RenderedTexture(Textures.BlockIcons.OVERLAY_PUMP) - }), new GT_Cover_Pump(131072)); - GregTech_API.registerCover(GregtechItemList.Electric_Pump_MAX.get(1L, new Object[0]), - new GT_MultiTexture(new ITexture[] { - Textures.BlockIcons.MACHINE_CASINGS[8][0], - new GT_RenderedTexture(Textures.BlockIcons.OVERLAY_PUMP) - }), new GT_Cover_Pump(524288)); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Electric_Pump_LuV.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"SXO", "dPw", - // "OMW", Character.valueOf('M'), - // GregtechItemList.Electric_Motor_LuV, Character.valueOf('O'), - // OrePrefixes.ring.get(Materials.Rubber), Character.valueOf('X'), - // OrePrefixes.rotor.get(Materials.Tin), Character.valueOf('S'), - // OrePrefixes.screw.get(Materials.Tin), Character.valueOf('W'), - // OrePrefixes.cableGt01.get(Materials.Tin), Character.valueOf('P'), - // OrePrefixes.pipeMedium.get(Materials.Bronze)}); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Electric_Pump_ZPM.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"SXO", "dPw", - // "OMW", Character.valueOf('M'), - // GregtechItemList.Electric_Motor_ZPM, Character.valueOf('O'), - // OrePrefixes.ring.get(Materials.Rubber), Character.valueOf('X'), - // OrePrefixes.rotor.get(Materials.Bronze), Character.valueOf('S'), - // OrePrefixes.screw.get(Materials.Bronze), Character.valueOf('W'), - // OrePrefixes.cableGt01.get(Materials.AnyCopper), - // Character.valueOf('P'), - // OrePrefixes.pipeMedium.get(Materials.Steel)}); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Electric_Pump_UV.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"SXO", "dPw", - // "OMW", Character.valueOf('M'), - // GregtechItemList.Electric_Motor_UV, Character.valueOf('O'), - // OrePrefixes.ring.get(Materials.Rubber), Character.valueOf('X'), - // OrePrefixes.rotor.get(Materials.Steel), Character.valueOf('S'), - // OrePrefixes.screw.get(Materials.Steel), Character.valueOf('W'), - // OrePrefixes.cableGt01.get(Materials.Gold), - // Character.valueOf('P'), - // OrePrefixes.pipeMedium.get(Materials.StainlessSteel)}); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Electric_Pump_MAX.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"SXO", "dPw", - // "OMW", Character.valueOf('M'), - // GregtechItemList.Electric_Motor_MAX, Character.valueOf('O'), - // OrePrefixes.ring.get(Materials.Rubber), Character.valueOf('X'), - // OrePrefixes.rotor.get(Materials.StainlessSteel), - // Character.valueOf('S'), - // OrePrefixes.screw.get(Materials.StainlessSteel), - // Character.valueOf('W'), - // OrePrefixes.cableGt01.get(Materials.Aluminium), - // Character.valueOf('P'), - // OrePrefixes.pipeMedium.get(Materials.Titanium)}); - tLastID = 4; - GregtechItemList.Electric_Motor_LuV.set(this.addItem(tLastID = 4, "Electric Motor (LuV)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 1L), Utils.getTcAspectStack(TC_Aspects.MACHINA, 1L), - Utils.getTcAspectStack(TC_Aspects.MOTUS, 1L) - })); - GregtechItemList.Electric_Motor_ZPM.set(this.addItem(tLastID = 5, "Electric Motor (ZPM)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 2L), Utils.getTcAspectStack(TC_Aspects.MACHINA, 2L), - Utils.getTcAspectStack(TC_Aspects.MOTUS, 2L) - })); - GregtechItemList.Electric_Motor_UV.set(this.addItem(tLastID = 6, "Electric Motor (UV)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 4L), Utils.getTcAspectStack(TC_Aspects.MACHINA, 4L), - Utils.getTcAspectStack(TC_Aspects.MOTUS, 4L) - })); - GregtechItemList.Electric_Motor_MAX.set(this.addItem(tLastID = 7, "Electric Motor (MAX)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 8L), Utils.getTcAspectStack(TC_Aspects.MACHINA, 8L), - Utils.getTcAspectStack(TC_Aspects.MOTUS, 8L) - })); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Electric_Motor_LuV.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"CWR", "WIW", - // "RWC", Character.valueOf('I'), - // OrePrefixes.stick.get(Materials.IronMagnetic), - // Character.valueOf('R'), OrePrefixes.stick.get(Materials.AnyIron), - // Character.valueOf('W'), - // OrePrefixes.wireGt01.get(Materials.AnyCopper), - // Character.valueOf('C'), - // OrePrefixes.cableGt01.get(Materials.Tin)}); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Electric_Motor_ZPM.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"CWR", "WIW", - // "RWC", Character.valueOf('I'), - // OrePrefixes.stick.get(Materials.SteelMagnetic), - // Character.valueOf('R'), - // OrePrefixes.stick.get(Materials.Aluminium), - // Character.valueOf('W'), - // OrePrefixes.wireGt01.get(Materials.Electrum), - // Character.valueOf('C'), - // OrePrefixes.cableGt01.get(Materials.Silver)}); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Electric_Motor_UV.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"CWR", "WIW", - // "RWC", Character.valueOf('I'), - // OrePrefixes.stick.get(Materials.SteelMagnetic), - // Character.valueOf('R'), - // OrePrefixes.stick.get(Materials.StainlessSteel), - // Character.valueOf('W'), - // OrePrefixes.wireGt02.get(Materials.Cupronickel), - // Character.valueOf('C'), - // OrePrefixes.cableGt01.get(Materials.Gold)}); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Electric_Motor_MAX.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"CWR", "WIW", - // "RWC", Character.valueOf('I'), - // OrePrefixes.stick.get(Materials.NeodymiumMagnetic), - // Character.valueOf('R'), - // OrePrefixes.stick.get(Materials.Titanium), - // Character.valueOf('W'), - // OrePrefixes.wireGt02.get(Materials.TungstenSteel), - // Character.valueOf('C'), - // OrePrefixes.cableGt01.get(Materials.Nichrome)}); - - tLastID = 8; - GregtechItemList.Conveyor_Module_LuV.set(this.addItem(tLastID = 8, "Conveyor Module (LuV)", - "1 Stack every 20 secs (as Cover)", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 1L), - Utils.getTcAspectStack(TC_Aspects.MACHINA, 1L), Utils.getTcAspectStack(TC_Aspects.ITER, 1L) - })); - GregtechItemList.Conveyor_Module_ZPM.set( - this.addItem(tLastID = 9, "Conveyor Module (ZPM)", "1 Stack every 5 secs (as Cover)", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 2L), - Utils.getTcAspectStack(TC_Aspects.MACHINA, 2L), Utils.getTcAspectStack(TC_Aspects.ITER, 2L) - })); - GregtechItemList.Conveyor_Module_UV.set( - this.addItem(tLastID = 10, "Conveyor Module (UV)", "1 Stack every 1 sec (as Cover)", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 4L), - Utils.getTcAspectStack(TC_Aspects.MACHINA, 4L), Utils.getTcAspectStack(TC_Aspects.ITER, 4L) - })); - GregtechItemList.Conveyor_Module_MAX.set(this.addItem(tLastID = 11, "Conveyor Module (MAX)", - "1 Stack every 1/5 sec (as Cover)", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 8L), - Utils.getTcAspectStack(TC_Aspects.MACHINA, 8L), Utils.getTcAspectStack(TC_Aspects.ITER, 8L) - })); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Conveyor_Module_LuV.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"RRR", "MCM", - // "RRR", Character.valueOf('M'), - // GregtechItemList.Electric_Motor_LuV, Character.valueOf('C'), - // OrePrefixes.cableGt01.get(Materials.Tin), Character.valueOf('R'), - // OrePrefixes.plate.get(Materials.Rubber)}); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Conveyor_Module_ZPM.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"RRR", "MCM", - // "RRR", Character.valueOf('M'), - // GregtechItemList.Electric_Motor_ZPM, Character.valueOf('C'), - // OrePrefixes.cableGt01.get(Materials.AnyCopper), - // Character.valueOf('R'), - // OrePrefixes.plate.get(Materials.Rubber)}); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Conveyor_Module_UV.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"RRR", "MCM", - // "RRR", Character.valueOf('M'), - // GregtechItemList.Electric_Motor_UV, Character.valueOf('C'), - // OrePrefixes.cableGt01.get(Materials.Gold), - // Character.valueOf('R'), - // OrePrefixes.plate.get(Materials.Rubber)}); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Conveyor_Module_MAX.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"RRR", "MCM", - // "RRR", Character.valueOf('M'), - // GregtechItemList.Electric_Motor_MAX, Character.valueOf('C'), - // OrePrefixes.cableGt01.get(Materials.Aluminium), - // Character.valueOf('R'), - // OrePrefixes.plate.get(Materials.Rubber)}); - GregTech_API.registerCover(GregtechItemList.Conveyor_Module_LuV.get(1L, new Object[0]), - new GT_MultiTexture(new ITexture[] { - Textures.BlockIcons.MACHINE_CASINGS[1][0], - new GT_RenderedTexture(Textures.BlockIcons.OVERLAY_CONVEYOR) - }), new GT_Cover_Conveyor(400)); - GregTech_API.registerCover(GregtechItemList.Conveyor_Module_ZPM.get(1L, new Object[0]), - new GT_MultiTexture(new ITexture[] { - Textures.BlockIcons.MACHINE_CASINGS[2][0], - new GT_RenderedTexture(Textures.BlockIcons.OVERLAY_CONVEYOR) - }), new GT_Cover_Conveyor(100)); - GregTech_API.registerCover(GregtechItemList.Conveyor_Module_UV.get(1L, new Object[0]), - new GT_MultiTexture(new ITexture[] { - Textures.BlockIcons.MACHINE_CASINGS[3][0], - new GT_RenderedTexture(Textures.BlockIcons.OVERLAY_CONVEYOR) - }), new GT_Cover_Conveyor(20)); - GregTech_API.registerCover(GregtechItemList.Conveyor_Module_MAX.get(1L, new Object[0]), - new GT_MultiTexture(new ITexture[] { - Textures.BlockIcons.MACHINE_CASINGS[4][0], - new GT_RenderedTexture(Textures.BlockIcons.OVERLAY_CONVEYOR) - }), new GT_Cover_Conveyor(4)); - tLastID = 12; - GregtechItemList.Electric_Piston_LuV - .set(this.addItem(tLastID = 12, "Electric Piston (LuV)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 1L), - Utils.getTcAspectStack(TC_Aspects.MACHINA, 2L), Utils.getTcAspectStack(TC_Aspects.MOTUS, 1L) - })); - GregtechItemList.Electric_Piston_ZPM - .set(this.addItem(tLastID = 13, "Electric Piston (ZPM)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 2L), - Utils.getTcAspectStack(TC_Aspects.MACHINA, 4L), Utils.getTcAspectStack(TC_Aspects.MOTUS, 2L) - })); - GregtechItemList.Electric_Piston_UV - .set(this.addItem(tLastID = 14, "Electric Piston (UV)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 4L), - Utils.getTcAspectStack(TC_Aspects.MACHINA, 8L), Utils.getTcAspectStack(TC_Aspects.MOTUS, 4L) - })); - GregtechItemList.Electric_Piston_MAX - .set(this.addItem(tLastID = 15, "Electric Piston (MAX)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 8L), - Utils.getTcAspectStack(TC_Aspects.MACHINA, 16L), - Utils.getTcAspectStack(TC_Aspects.MOTUS, 8L) - })); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Electric_Piston_LuV.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"PPP", "CSS", - // "CMG", Character.valueOf('P'), - // OrePrefixes.plate.get(Materials.Steel), Character.valueOf('S'), - // OrePrefixes.stick.get(Materials.Steel), Character.valueOf('G'), - // OrePrefixes.gearGtSmall.get(Materials.Steel), - // Character.valueOf('M'), GregtechItemList.Electric_Motor_LuV, - // Character.valueOf('C'), - // OrePrefixes.cableGt01.get(Materials.Tin)}); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Electric_Piston_ZPM.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"PPP", "CSS", - // "CMG", Character.valueOf('P'), - // OrePrefixes.plate.get(Materials.Aluminium), - // Character.valueOf('S'), - // OrePrefixes.stick.get(Materials.Aluminium), - // Character.valueOf('G'), - // OrePrefixes.gearGtSmall.get(Materials.Aluminium), - // Character.valueOf('M'), GregtechItemList.Electric_Motor_ZPM, - // Character.valueOf('C'), - // OrePrefixes.cableGt01.get(Materials.AnyCopper)}); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Electric_Piston_UV.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"PPP", "CSS", - // "CMG", Character.valueOf('P'), - // OrePrefixes.plate.get(Materials.StainlessSteel), - // Character.valueOf('S'), - // OrePrefixes.stick.get(Materials.StainlessSteel), - // Character.valueOf('G'), - // OrePrefixes.gearGtSmall.get(Materials.StainlessSteel), - // Character.valueOf('M'), GregtechItemList.Electric_Motor_UV, - // Character.valueOf('C'), - // OrePrefixes.cableGt01.get(Materials.Gold)}); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Electric_Piston_MAX.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"PPP", "CSS", - // "CMG", Character.valueOf('P'), - // OrePrefixes.plate.get(Materials.Titanium), - // Character.valueOf('S'), - // OrePrefixes.stick.get(Materials.Titanium), - // Character.valueOf('G'), - // OrePrefixes.gearGtSmall.get(Materials.Titanium), - // Character.valueOf('M'), GregtechItemList.Electric_Motor_MAX, - // Character.valueOf('C'), - // OrePrefixes.cableGt01.get(Materials.Aluminium)}); - tLastID = 16; - GregtechItemList.Robot_Arm_LuV.set(this.addItem(tLastID = 16, "Robot Arm (LuV)", - "Inserts into specific Slots (as Cover)", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 1L), - Utils.getTcAspectStack(TC_Aspects.MACHINA, 2L), - Utils.getTcAspectStack(TC_Aspects.MOTUS, 1L), Utils.getTcAspectStack("COGNITIO", 1L) - })); - GregtechItemList.Robot_Arm_ZPM.set(this.addItem(tLastID = 17, "Robot Arm (ZPM)", - "Inserts into specific Slots (as Cover)", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 2L), - Utils.getTcAspectStack(TC_Aspects.MACHINA, 4L), - Utils.getTcAspectStack(TC_Aspects.MOTUS, 2L), Utils.getTcAspectStack("COGNITIO", 2L) - })); - GregtechItemList.Robot_Arm_UV.set(this.addItem(tLastID = 18, "Robot Arm (UV)", - "Inserts into specific Slots (as Cover)", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 4L), - Utils.getTcAspectStack(TC_Aspects.MACHINA, 8L), - Utils.getTcAspectStack(TC_Aspects.MOTUS, 4L), Utils.getTcAspectStack("COGNITIO", 4L) - })); - GregtechItemList.Robot_Arm_MAX.set(this.addItem(tLastID = 19, "Robot Arm (MAX)", - "Inserts into specific Slots (as Cover)", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 8L), - Utils.getTcAspectStack(TC_Aspects.MACHINA, 16L), - Utils.getTcAspectStack(TC_Aspects.MOTUS, 8L), Utils.getTcAspectStack("COGNITIO", 8L) - })); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Robot_Arm_LuV.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"CCC", "MSM", - // "PES", Character.valueOf('S'), - // OrePrefixes.stick.get(Materials.Steel), Character.valueOf('M'), - // GregtechItemList.Electric_Motor_LuV, Character.valueOf('P'), - // GregtechItemList.Electric_Piston_LuV, Character.valueOf('E'), - // OrePrefixes.circuit.get(Materials.Basic), Character.valueOf('C'), - // OrePrefixes.cableGt01.get(Materials.Tin)}); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Robot_Arm_ZPM.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"CCC", "MSM", - // "PES", Character.valueOf('S'), - // OrePrefixes.stick.get(Materials.Aluminium), - // Character.valueOf('M'), GregtechItemList.Electric_Motor_ZPM, - // Character.valueOf('P'), GregtechItemList.Electric_Piston_ZPM, - // Character.valueOf('E'), OrePrefixes.circuit.get(Materials.Good), - // Character.valueOf('C'), - // OrePrefixes.cableGt01.get(Materials.AnyCopper)}); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Robot_Arm_UV.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"CCC", "MSM", - // "PES", Character.valueOf('S'), - // OrePrefixes.stick.get(Materials.StainlessSteel), - // Character.valueOf('M'), GregtechItemList.Electric_Motor_UV, - // Character.valueOf('P'), GregtechItemList.Electric_Piston_UV, - // Character.valueOf('E'), - // OrePrefixes.circuit.get(Materials.Advanced), - // Character.valueOf('C'), - // OrePrefixes.cableGt01.get(Materials.Gold)}); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Robot_Arm_MAX.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"CCC", "MSM", - // "PES", Character.valueOf('S'), - // OrePrefixes.stick.get(Materials.Titanium), - // Character.valueOf('M'), GregtechItemList.Electric_Motor_MAX, - // Character.valueOf('P'), GregtechItemList.Electric_Piston_MAX, - // Character.valueOf('E'), OrePrefixes.circuit.get(Materials.Elite), - // Character.valueOf('C'), - // OrePrefixes.cableGt01.get(Materials.Aluminium)}); - GregTech_API.registerCover(GregtechItemList.Robot_Arm_LuV.get(1L, new Object[0]), - new GT_MultiTexture(new ITexture[] { - Textures.BlockIcons.MACHINE_CASINGS[1][0], - new GT_RenderedTexture(Textures.BlockIcons.OVERLAY_ARM) - }), new GT_Cover_Arm(400)); - GregTech_API.registerCover(GregtechItemList.Robot_Arm_ZPM.get(1L, new Object[0]), - new GT_MultiTexture(new ITexture[] { - Textures.BlockIcons.MACHINE_CASINGS[2][0], - new GT_RenderedTexture(Textures.BlockIcons.OVERLAY_ARM) - }), new GT_Cover_Arm(100)); - GregTech_API.registerCover(GregtechItemList.Robot_Arm_UV.get(1L, new Object[0]), - new GT_MultiTexture(new ITexture[] { - Textures.BlockIcons.MACHINE_CASINGS[3][0], - new GT_RenderedTexture(Textures.BlockIcons.OVERLAY_ARM) - }), new GT_Cover_Arm(20)); - GregTech_API.registerCover(GregtechItemList.Robot_Arm_MAX.get(1L, new Object[0]), - new GT_MultiTexture(new ITexture[] { - Textures.BlockIcons.MACHINE_CASINGS[4][0], - new GT_RenderedTexture(Textures.BlockIcons.OVERLAY_ARM) - }), new GT_Cover_Arm(4)); - tLastID = 20; - GregtechItemList.Field_Generator_LuV - .set(this.addItem(tLastID = 20, "Field Generator (LuV)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 2L), - Utils.getTcAspectStack(TC_Aspects.MACHINA, 1L), - Utils.getTcAspectStack(TC_Aspects.TUTAMEN, 1L) - })); - GregtechItemList.Field_Generator_ZPM - .set(this.addItem(tLastID = 21, "Field Generator (ZPM)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 4L), - Utils.getTcAspectStack(TC_Aspects.MACHINA, 2L), - Utils.getTcAspectStack(TC_Aspects.TUTAMEN, 2L) - })); - GregtechItemList.Field_Generator_UV - .set(this.addItem(tLastID = 22, "Field Generator (UV)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 8L), - Utils.getTcAspectStack(TC_Aspects.MACHINA, 4L), - Utils.getTcAspectStack(TC_Aspects.TUTAMEN, 4L) - })); - GregtechItemList.Field_Generator_MAX - .set(this.addItem(tLastID = 23, "Field Generator (MAX)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 16L), - Utils.getTcAspectStack(TC_Aspects.MACHINA, 8L), - Utils.getTcAspectStack(TC_Aspects.TUTAMEN, 8L) - })); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Field_Generator_LuV.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"WCW", "CGC", - // "WCW", Character.valueOf('G'), - // OrePrefixes.gem.get(Materials.EnderPearl), - // Character.valueOf('C'), OrePrefixes.circuit.get(Materials.Basic), - // Character.valueOf('W'), - // OrePrefixes.wireGt01.get(Materials.Osmium)}); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Field_Generator_ZPM.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"WCW", "CGC", - // "WCW", Character.valueOf('G'), - // OrePrefixes.gem.get(Materials.EnderEye), Character.valueOf('C'), - // OrePrefixes.circuit.get(Materials.Good), Character.valueOf('W'), - // OrePrefixes.wireGt02.get(Materials.Osmium)}); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Field_Generator_UV.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"WCW", "CGC", - // "WCW", Character.valueOf('G'), - // OrePrefixes.gem.get(Materials.NetherStar), - // Character.valueOf('C'), - // OrePrefixes.circuit.get(Materials.Advanced), - // Character.valueOf('W'), - // OrePrefixes.wireGt04.get(Materials.Osmium)}); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Field_Generator_MAX.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"WCW", "CGC", - // "WCW", Character.valueOf('G'), - // OrePrefixes.gem.get(Materials.NetherStar), - // Character.valueOf('C'), OrePrefixes.circuit.get(Materials.Elite), - // Character.valueOf('W'), - // OrePrefixes.wireGt08.get(Materials.Osmium)}); - tLastID = 24; - GregtechItemList.Emitter_LuV.set(this.addItem(tLastID = 24, "Emitter (LuV)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 1L), Utils.getTcAspectStack(TC_Aspects.MACHINA, 1L), - Utils.getTcAspectStack(TC_Aspects.LUX, 1L) - })); - GregtechItemList.Emitter_ZPM.set(this.addItem(tLastID = 25, "Emitter (ZPM)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 2L), Utils.getTcAspectStack(TC_Aspects.MACHINA, 2L), - Utils.getTcAspectStack(TC_Aspects.LUX, 2L) - })); - GregtechItemList.Emitter_UV.set(this.addItem(tLastID = 26, "Emitter (UV)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 4L), Utils.getTcAspectStack(TC_Aspects.MACHINA, 4L), - Utils.getTcAspectStack(TC_Aspects.LUX, 4L) - })); - GregtechItemList.Emitter_MAX.set(this.addItem(tLastID = 27, "Emitter (MAX)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 8L), Utils.getTcAspectStack(TC_Aspects.MACHINA, 8L), - Utils.getTcAspectStack(TC_Aspects.LUX, 8L) - })); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Emitter_LuV.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"SSC", "WQS", - // "CWS", Character.valueOf('Q'), - // OrePrefixes.gem.get(Materials.Quartzite), Character.valueOf('S'), - // OrePrefixes.stick.get(Materials.Brass), Character.valueOf('C'), - // OrePrefixes.circuit.get(Materials.Basic), Character.valueOf('W'), - // OrePrefixes.cableGt01.get(Materials.Tin)}); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Emitter_ZPM.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"SSC", "WQS", - // "CWS", Character.valueOf('Q'), - // OrePrefixes.gem.get(Materials.NetherQuartz), - // Character.valueOf('S'), - // OrePrefixes.stick.get(Materials.Electrum), - // Character.valueOf('C'), OrePrefixes.circuit.get(Materials.Good), - // Character.valueOf('W'), - // OrePrefixes.cableGt01.get(Materials.AnyCopper)}); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Emitter_UV.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"SSC", "WQS", - // "CWS", Character.valueOf('Q'), - // OrePrefixes.gem.get(Materials.Emerald), Character.valueOf('S'), - // OrePrefixes.stick.get(Materials.Chrome), Character.valueOf('C'), - // OrePrefixes.circuit.get(Materials.Advanced), - // Character.valueOf('W'), - // OrePrefixes.cableGt01.get(Materials.Gold)}); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Emitter_MAX.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"SSC", "WQS", - // "CWS", Character.valueOf('Q'), - // OrePrefixes.gem.get(Materials.EnderPearl), - // Character.valueOf('S'), - // OrePrefixes.stick.get(Materials.Platinum), - // Character.valueOf('C'), OrePrefixes.circuit.get(Materials.Elite), - // Character.valueOf('W'), - // OrePrefixes.cableGt01.get(Materials.Aluminium)}); - tLastID = 28; - GregtechItemList.Sensor_LuV.set(this.addItem(tLastID = 28, "Sensor (LuV)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 1L), Utils.getTcAspectStack(TC_Aspects.MACHINA, 1L), - Utils.getTcAspectStack(TC_Aspects.SENSUS, 1L) - })); - GregtechItemList.Sensor_ZPM.set(this.addItem(tLastID = 29, "Sensor (ZPM)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 2L), Utils.getTcAspectStack(TC_Aspects.MACHINA, 2L), - Utils.getTcAspectStack(TC_Aspects.SENSUS, 2L) - })); - GregtechItemList.Sensor_UV.set(this.addItem(tLastID = 30, "Sensor (UV)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 4L), Utils.getTcAspectStack(TC_Aspects.MACHINA, 4L), - Utils.getTcAspectStack(TC_Aspects.SENSUS, 4L) - })); - GregtechItemList.Sensor_MAX.set(this.addItem(tLastID = 31, "Sensor (MAX)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 8L), Utils.getTcAspectStack(TC_Aspects.MACHINA, 8L), - Utils.getTcAspectStack(TC_Aspects.SENSUS, 8L) - })); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Sensor_LuV.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"P Q", "PS ", - // "CPP", Character.valueOf('Q'), - // OrePrefixes.gem.get(Materials.Quartzite), Character.valueOf('S'), - // OrePrefixes.stick.get(Materials.Brass), Character.valueOf('P'), - // OrePrefixes.plate.get(Materials.Steel), Character.valueOf('C'), - // OrePrefixes.circuit.get(Materials.Basic)}); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Sensor_ZPM.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"P Q", "PS ", - // "CPP", Character.valueOf('Q'), - // OrePrefixes.gem.get(Materials.NetherQuartz), - // Character.valueOf('S'), - // OrePrefixes.stick.get(Materials.Electrum), - // Character.valueOf('P'), - // OrePrefixes.plate.get(Materials.Aluminium), - // Character.valueOf('C'), - // OrePrefixes.circuit.get(Materials.Good)}); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Sensor_UV.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"P Q", "PS ", - // "CPP", Character.valueOf('Q'), - // OrePrefixes.gem.get(Materials.Emerald), Character.valueOf('S'), - // OrePrefixes.stick.get(Materials.Chrome), Character.valueOf('P'), - // OrePrefixes.plate.get(Materials.StainlessSteel), - // Character.valueOf('C'), - // OrePrefixes.circuit.get(Materials.Advanced)}); - // GT_ModHandler.addCraftingRecipe(GregtechItemList.Sensor_MAX.get(1L, - // new Object[0]), //GT_ModHandler.RecipeBits.DISMANTLEABLE | - // //GT_ModHandler.RecipeBits.NOT_REMOVABLE | - // //GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"P Q", "PS ", - // "CPP", Character.valueOf('Q'), - // OrePrefixes.gem.get(Materials.EnderPearl), - // Character.valueOf('S'), - // OrePrefixes.stick.get(Materials.Platinum), - // Character.valueOf('P'), - // OrePrefixes.plate.get(Materials.Titanium), - // Character.valueOf('C'), - // OrePrefixes.circuit.get(Materials.Elite)}); - - } - - else { - GregtechItemList.Electric_Pump_MAX.set(this.addItem(tLastID = 3, "Electric Pump (MAX)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 8L), Utils.getTcAspectStack(TC_Aspects.MACHINA, 8L), - Utils.getTcAspectStack(TC_Aspects.ITER, 8L), Utils.getTcAspectStack(TC_Aspects.AQUA, 8L) - })); - GregtechItemList.Electric_Motor_MAX.set(this.addItem(tLastID = 7, "Electric Motor (MAX)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 8L), Utils.getTcAspectStack(TC_Aspects.MACHINA, 8L), - Utils.getTcAspectStack(TC_Aspects.MOTUS, 8L) - })); - GregtechItemList.Conveyor_Module_MAX - .set(this.addItem(tLastID = 11, "Conveyor Module (MAX)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 8L), - Utils.getTcAspectStack(TC_Aspects.MACHINA, 8L), Utils.getTcAspectStack(TC_Aspects.ITER, 8L) - })); - GregtechItemList.Electric_Piston_MAX - .set(this.addItem(tLastID = 15, "Electric Piston (MAX)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 8L), - Utils.getTcAspectStack(TC_Aspects.MACHINA, 16L), - Utils.getTcAspectStack(TC_Aspects.MOTUS, 8L) - })); - GregtechItemList.Robot_Arm_MAX.set(this.addItem(tLastID = 19, "Robot Arm (MAX)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 8L), Utils.getTcAspectStack(TC_Aspects.MACHINA, 16L), - Utils.getTcAspectStack(TC_Aspects.MOTUS, 8L), Utils.getTcAspectStack("COGNITIO", 8L) - })); - GregtechItemList.Field_Generator_MAX - .set(this.addItem(tLastID = 23, "Field Generator (MAX)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 16L), - Utils.getTcAspectStack(TC_Aspects.MACHINA, 8L), - Utils.getTcAspectStack(TC_Aspects.TUTAMEN, 8L) - })); - GregtechItemList.Emitter_MAX.set(this.addItem(tLastID = 27, "Emitter (MAX)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 8L), Utils.getTcAspectStack(TC_Aspects.MACHINA, 8L), - Utils.getTcAspectStack(TC_Aspects.LUX, 8L) - })); - GregtechItemList.Sensor_MAX.set(this.addItem(tLastID = 31, "Sensor (MAX)", "", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 8L), Utils.getTcAspectStack(TC_Aspects.MACHINA, 8L), - Utils.getTcAspectStack(TC_Aspects.SENSUS, 8L) - })); - - } - - GregtechItemList.Circuit_IV - .set(this.addItem(tLastID = 704, "Symbiotic Circuit (IV)", "A Symbiotic Data Processor", new Object[] { - GregtechOrePrefixes.circuit.get(GT_Materials.Symbiotic) - })); - GregtechItemList.Circuit_LuV.set( - this.addItem(tLastID = 705, "Neutronic Circuit (LuV)", "A Neutron Particle Processor", new Object[] { - GregtechOrePrefixes.circuit.get(GT_Materials.Neutronic) - })); - GregtechItemList.Circuit_ZPM - .set(this.addItem(tLastID = 706, "Quantum Circuit (ZPM)", "A Singlularity Processor", new Object[] { - GregtechOrePrefixes.circuit.get(GT_Materials.Quantum) - })); - GregtechItemList.Circuit_Board_IV.set( - this.addItem(tLastID = 710, "IV Circuit Board", "An IV Voltage Rated Circuit Board", new Object[0])); - GregtechItemList.Circuit_Board_LuV.set( - this.addItem(tLastID = 711, "LuV Circuit Board", "An LuV Voltage Rated Circuit Board", new Object[0])); - GregtechItemList.Circuit_Board_ZPM.set(this.addItem(tLastID = 712, "ZPM Processor Board", - "A ZPM Voltage Rated Processor Board", new Object[0])); - GregtechItemList.Circuit_Parts_Crystal_Chip_IV - .set(this.addItem(tLastID = 713, "(IV) Energized Crystal Chip", "Needed for Circuits", new Object[0])); - GregtechItemList.Circuit_Parts_Crystal_Chip_LuV.set( - this.addItem(tLastID = 714, "(LuV) Neutron based Microchip", "Needed for Circuits", new Object[0])); - GregtechItemList.Circuit_Parts_Crystal_Chip_ZPM - .set(this.addItem(tLastID = 715, "(ZPM) Quantum Chip", "Needed for Circuits", new Object[0])); - GregtechItemList.Circuit_Parts_IV - .set(this.addItem(tLastID = 716, "(IV) Energized Circuit Parts", "Circuit Parts", new Object[0])); - GregtechItemList.Circuit_Parts_LuV - .set(this.addItem(tLastID = 717, "(LuV) Neutron-based Circuit Parts", "Circuit Parts", new Object[0])); - GregtechItemList.Circuit_Parts_ZPM - .set(this.addItem(tLastID = 718, "(ZPM) Quantum Circuit Parts", "Circuit Parts", new Object[0])); - GregtechItemList.Circuit_Parts_Wiring_IV - .set(this.addItem(tLastID = 719, "Etched IV Voltage Wiring", "Part of Circuit Boards", new Object[0])); - GregtechItemList.Circuit_Parts_Wiring_LuV - .set(this.addItem(tLastID = 720, "Etched LuV Voltage Wiring", "Part of Circuit Boards", new Object[0])); - GregtechItemList.Circuit_Parts_Wiring_ZPM - .set(this.addItem(tLastID = 721, "Etched ZPM Voltage Wiring", "Part of Circuit Boards", new Object[0])); - - // Extruder Shape - GregtechItemList.Shape_Extruder_WindmillShaft.set(this.addItem(tLastID = 40, "Extruder Shape (Shaft)", - "Extruder Shape for making Windmill Shafts", new Object[0])); - - // Batteries - GregtechItemList.Battery_RE_EV_Sodium - .set(this.addItem(tLastID = 50, "Quad Cell Sodium Battery", "Reusable", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 2L), - Utils.getTcAspectStack(TC_Aspects.METALLUM, 2L), Utils.getTcAspectStack(TC_Aspects.POTENTIA, 2L) - })); - this.setElectricStats(32000 + tLastID, 3200000L, GT_Values.V[4], 4L, -3L, true); - - GregtechItemList.Battery_RE_EV_Cadmium - .set(this.addItem(tLastID = 52, "Quad Cell Cadmium Battery", "Reusable", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 1L), - Utils.getTcAspectStack(TC_Aspects.METALLUM, 1L), Utils.getTcAspectStack(TC_Aspects.POTENTIA, 1L) - })); - this.setElectricStats(32000 + tLastID, 4800000L, GT_Values.V[4], 4L, -3L, true); - - GregtechItemList.Battery_RE_EV_Lithium - .set(this.addItem(tLastID = 54, "Quad Cell Lithium Battery", "Reusable", new Object[] { - Utils.getTcAspectStack(TC_Aspects.ELECTRUM, 3L), - Utils.getTcAspectStack(TC_Aspects.METALLUM, 3L), Utils.getTcAspectStack(TC_Aspects.POTENTIA, 3L) - })); - this.setElectricStats(32000 + tLastID, 6400000L, GT_Values.V[4], 4L, -3L, true); - - /* - * GregtechItemList.Battery_RE_EV_Sodium.set(addItem(tLastID = 50, - * "Quad Cell Acid Battery", "Reusable", new - * Object[]{getTcAspectStack(TC_Aspects.ELECTRUM, 1L), - * getTcAspectStack(TC_Aspects.METALLUM, 1L), - * getTcAspectStack(TC_Aspects.POTENTIA, 1L)})); setElectricStats(32000 - * + tLastID, 5000000L, GT_Values.V[2], 4L, -3L, true); |
