Skip to content

Commit

Permalink
Merge itemstacks in some assline recipes 2/3 (#1214)
Browse files Browse the repository at this point in the history
Co-authored-by: Maya <[email protected]>
  • Loading branch information
FrostyFire1 and serenibyss authored Mar 3, 2025
1 parent 64bf1a9 commit 646a67c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/main/java/com/dreammaster/scripts/ScriptAmunRa.java
Original file line number Diff line number Diff line change
Expand Up @@ -418,10 +418,7 @@ public void loadRecipes() {
64,
2500000,
10,
new Object[] { new ItemStack(advancedRadiationProtectionPlate, 16),
new ItemStack(advancedRadiationProtectionPlate, 16),
new ItemStack(advancedRadiationProtectionPlate, 16),
new ItemStack(advancedRadiationProtectionPlate, 16),
new Object[] { new ItemStack(advancedRadiationProtectionPlate, 64),
GameRegistry.findItemStack(GoodGenerator.ID, "FRF_Coil_2", 8),
new Object[] { OrePrefixes.wireGt16.get(Materials.SuperconductorUHV), 8 },
ItemList.Emitter_UHV.get(16), ItemList.Field_Generator_UHV.get(8),
Expand All @@ -438,10 +435,9 @@ public void loadRecipes() {
64,
(int) TierEU.RECIPE_UHV,
8,
new Object[] { new ItemStack(dysonSwarmParts, 16, 3), new ItemStack(dysonSwarmParts, 16, 3),
new ItemStack(dysonSwarmParts, 16, 3), new ItemStack(dysonSwarmParts, 16, 3),
ItemList.Quantum_Tank_EV.get(2), ItemList.Electric_Pump_UHV.get(4),
new Object[] { OrePrefixes.circuit.get(Materials.UHV), 2 }, new ItemStack(baseItem, 1, 27) },
new Object[] { new ItemStack(dysonSwarmParts, 64, 3), ItemList.Quantum_Tank_EV.get(2),
ItemList.Electric_Pump_UHV.get(4), new Object[] { OrePrefixes.circuit.get(Materials.UHV), 2 },
new ItemStack(baseItem, 1, 27) },
new FluidStack[] { Materials.Infinity.getMolten(50 * INGOTS),
Materials.SuperCoolant.getFluid(64 * BUCKETS),
new FluidStack(mutatedLivingSolder, 64 * INGOTS) },
Expand Down

0 comments on commit 646a67c

Please sign in to comment.