Skip to content

Commit

Permalink
Merge pull request #294 from Azaysol/main
Browse files Browse the repository at this point in the history
miscalculated a recipe
  • Loading branch information
thevortex committed May 29, 2024
2 parents 5f63038 + d5600b0 commit 1d736b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubejs/server_scripts/recipes/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -1417,10 +1417,10 @@ event.recipes.gtceu.centrifuge('triuranium_octoxide')
)
.itemOutputs(
'gregitas:triuranium_octoxide',
'gtceu:sulfur_dust'
'2x gtceu:sulfur_dust'
)
.outputFluids(
Fluid.of("gtceu:hydrogen", 2000)
Fluid.of("gtceu:hydrogen", 4000)
)
.duration(160)
.EUt(EV)
Expand Down

0 comments on commit 1d736b7

Please sign in to comment.