Skip to content

Commit

Permalink
fix output fluid chance
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Dec 3, 2023
1 parent 58e8575 commit 79ae6ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ public final void run() {
.itemOutputs(CppItems.Trophy).duration(29826 * HOURS + 9 * MINUTES + 42 * SECONDS + 7 * TICKS).eut(8)
.addTo(extruderRecipes);

GT_Values.RA.stdBuilder().itemInputs(new ItemStack(CppItems.Modifier, 1, 0)).outputChances(5000)
GT_Values.RA.stdBuilder().itemInputs(new ItemStack(CppItems.Modifier, 1, 0))
.fluidOutputs(Materials.UUMatter.getFluid(2)).duration(6 * SECONDS + 8 * TICKS).eut(4)
.addTo(fluidExtractionRecipes);

Expand Down

0 comments on commit 79ae6ba

Please sign in to comment.