Skip to content

Commit

Permalink
UV Pump and Field Generator recipe correction in CoAL (#3889)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyFire1 authored Feb 4, 2025
1 parent 226f72d commit 33a332d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ private static void uvRecipes() {
get(cableGt16, NaquadahAlloy, 24),
getIntegratedCircuit(PUMP_CIRCUIT))
.fluidInputs(
INDALLOY_140.getFluidStack(768 * L),
INDALLOY_140.getFluidStack(432 * L),
Lubricant.getFluid(96000),
Naquadah.getMolten(576 * L),
Neutronium.getMolten(450 * L + 96),
Expand Down Expand Up @@ -1161,7 +1161,7 @@ private static void uvRecipes() {
get(wrapCircuit, UHV, 12))
.fluidInputs(
INDALLOY_140.getFluidStack(768 * L),
Neutronium.getMolten(2304 * L),
Americium.getMolten(2304 * L),
NaquadahAlloy.getMolten(768 * L),
Naquadria.getMolten(432 * L))
.duration(24 * MINUTES)
Expand Down

0 comments on commit 33a332d

Please sign in to comment.