Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
trainvoi committed Sep 21, 2024
1 parent d3bbb8e commit a18e154
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ mods.gregtech.centrifuge.removeByInput(30, [metaitem('dustRawElectrum') * 2], nu

// Aqua Regia * 3000
mods.gregtech.mixer.removeByInput(30, null, [fluid('nitric_acid') * 1000, fluid('hydrochloric_acid') * 2000])
// Aqua Regia * 3000
mods.gregtech.blender.removeByInput(30, null, [fluid('nitric_acid') * 1000, fluid('hydrochloric_acid') * 2000])

//GOLD AMALGAMATION (50% EFFICIENCY)
MIXER.recipeBuilder()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ ROASTER.recipeBuilder()

ROASTER.recipeBuilder()
.inputs(ore('dustAnyPurityCarbon') * 5)
.inputs(ore('dustArsenicTrioxide') * 5)
.inputs(ore('dustArsenicVOxide') * 5)
.outputs(metaitem('dustArsenic') * 2)
.fluidOutputs(fluid('carbon_monoxide') * 3000)
.duration(30)
Expand Down

0 comments on commit a18e154

Please sign in to comment.