Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Purge MK4 recipe ready for TT. (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
GTNH-Colen authored Apr 8, 2022
1 parent 9beb458 commit 10e4e11
Showing 1 changed file with 0 additions and 74 deletions.
74 changes: 0 additions & 74 deletions src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java
Original file line number Diff line number Diff line change
Expand Up @@ -2529,80 +2529,6 @@ private static void runModRecipes(){

if (CORE.MAIN_GREGTECH_5U_EXPERIMENTAL_FORK) {

/*
* Fusion MK4
*/

//Fusion MK4 Controller
CORE.RA.addAssemblylineRecipe(
ItemList.FusionComputer_UV.get(1),
(int) GT_Values.V[5],
new Object[] {
new Object[] {CI.getTieredCircuitOreDictName(9), 4 * (GTNH ? 2 : 1)},
new Object[] {CI.getTieredCircuitOreDictName(7), 32 * (GTNH ? 2 : 1)},
ItemUtils.getItemStackOfAmountFromOreDict("wireGt16Superconductor", 8 * (GTNH ? 4 : 2)),
ItemUtils.getItemStackOfAmountFromOreDict("plateDenseNeutronium", 2 * (GTNH ? 4 : 1)),
ItemUtils.getSimpleStack((GTNH ? CI.fieldGenerator_MAX : CI.fieldGenerator_ZPM), 5),
ItemList.Energy_LapotronicOrb2.get(1 * (GTNH ? 64 : 8)),
GTNH ? GregtechItemList.Compressed_Fusion_Reactor.get(1) : ItemList.FusionComputer_UV.get(1),
GregtechItemList.Casing_Fusion_Internal.get(1)
},
new FluidStack[] {
ALLOY.PIKYONIUM.getFluidStack(32 * 144 * (GTNH ? 2 : 1)),
ALLOY.HG1223.getFluidStack(64 * 144)
},
GregtechItemList.FusionComputer_UV2.get(1),
(int) GT_Values.V[6],
(int) GT_Values.V[8]);

//Fusion MK4 Casing
CORE.RA.addAssemblylineRecipe(
ItemList.Casing_Fusion2.get(1),
(int) GT_Values.V[4],
new Object[] {
new Object[] {CI.getTieredCircuitOreDictName(5), 8 * (GTNH ? 2 : 1)},
new Object[] {CI.getTieredCircuitOreDictName(4), 16 * (GTNH ? 2 : 1)},
ItemUtils.getItemStackOfAmountFromOreDict("blockTungstenCarbide", 4 * (GTNH ? 2 : 1)),
ItemUtils.getItemStackOfAmountFromOreDict("plateNeutronium", 2 * (GTNH ? 2 : 1)),
ItemUtils.getSimpleStack((GTNH ? CI.electricMotor_MAX : CI.electricMotor_ZPM), 3 * (GTNH ? 2 : 1)),
ItemUtils.getSimpleStack((GTNH ? CI.electricPiston_UV : CI.electricPiston_LuV), 4 * (GTNH ? 2 : 1)),
ItemUtils.getSimpleStack((GTNH ? CI.machineHull_MAX : CI.machineHull_ZPM), 1 * (GTNH ? 2 : 1)),
ItemList.Casing_Fusion2.get(1)
},
new FluidStack[] {
Materials.NaquadahAlloy.getMolten(576 * (GTNH ? 2 : 1)),
ALLOY.ZERON_100.getFluidStack(16 * 144)
},
GregtechItemList.Casing_Fusion_External.get(1),
(int) GT_Values.V[5],
(int) GT_Values.V[7]);

//Fusion MK4 Coil
CORE.RA.addAssemblylineRecipe(
ItemList.Casing_Fusion_Coil.get(1),
(int) GT_Values.V[4],
new Object[] {
new Object[] {CI.getTieredCircuitOreDictName(8), 4 * (GTNH ? 2 : 1)},
new Object[] {CI.getTieredCircuitOreDictName(6), 8 * (GTNH ? 2 : 1)},
ItemUtils.getItemStackOfAmountFromOreDict("plateNeutronium", 2 * (GTNH ? 3 : 1)),
ItemUtils.getSimpleStack((GTNH ? CI.emitter_MAX : CI.emitter_ZPM), 2 * (GTNH ? 2 : 1)),
ItemUtils.getSimpleStack((GTNH ? CI.sensor_MAX : CI.sensor_ZPM), 2 * (GTNH ? 2 : 1)),
ItemUtils.getSimpleStack((GTNH ? CI.fieldGenerator_MAX : CI.fieldGenerator_LuV), 2 * (GTNH ? 2 : 1)),
new Object[] {CI.getTieredCircuitOreDictName(8), 8},
ItemList.Energy_LapotronicOrb2.get(2 * (GTNH ? 16 : 1)),
ItemList.Casing_Fusion_Coil.get(1)
},
new FluidStack[] {
ALLOY.CINOBITE.getFluidStack(16 * 144 * (GTNH ? 2 : 1)),
ALLOY.ABYSSAL.getFluidStack(64 * 144)
},
GregtechItemList.Casing_Fusion_Internal.get(1),
(int) GT_Values.V[5],
(int) GT_Values.V[7]);




ItemStack aDrillController = ItemUtils.getValueOfItemList("OreDrill4", ItemList.Hull_UV).get(1);

//Drilling Platform
Expand Down

0 comments on commit 10e4e11

Please sign in to comment.