Skip to content

Commit

Permalink
Fix silver nanite recipe time (GTNewHorizons#2910)
Browse files Browse the repository at this point in the history
fix silver nanite recipe time
  • Loading branch information
NotAPenguin0 authored Aug 16, 2024
1 parent b5b7e4a commit 062512e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public static void run() {
.itemOutputs(Materials.Silver.getNanite(1))
.fluidInputs(Materials.UUMatter.getFluid(200_000))
.metadata(NANO_FORGE_TIER, 2)
.duration(37 * MINUTES + 30 * SECONDS)
.duration(12 * MINUTES + 30 * SECONDS)
.eut(10_000_000)
.addTo(nanoForgeRecipes);

Expand Down

0 comments on commit 062512e

Please sign in to comment.