Skip to content

Commit

Permalink
Correct recipe input order for UV motor CoAL recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Jan 29, 2025
1 parent 6536fc9 commit 9d8305a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1023,9 +1023,9 @@ private static void uvRecipes() {
.fluidInputs(
INDALLOY_140.getFluidStack(432 * L),
Lubricant.getFluid(96000),
Neutronium.getMolten(325 * L + 48),
Americium.getMolten(2304 * L),
Naquadria.getMolten(432 * L),
Neutronium.getMolten(325 * L + 48),
Samarium.getMolten(96 * L))
.duration(24 * MINUTES)
.eut(RECIPE_ZPM)
Expand Down

0 comments on commit 9d8305a

Please sign in to comment.