Skip to content

Commit

Permalink
Fix Sieve tray stainless steel frame input
Browse files Browse the repository at this point in the history
  • Loading branch information
last8kings committed Jan 6, 2024
1 parent 6b237f5 commit 377db78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groovy/postInit/mod/SusyCore.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mods.gregtech.assembler.recipeBuilder()
mods.gregtech.assembler.recipeBuilder()
.circuitMeta(11)
.inputs(ore('plateStainlessSteel') * 4)
.inputs(ore('frameStainlessSteel'))
.inputs(ore('frameGtStainlessSteel'))
.outputs(item('susy:susy_multiblock_casing', 1))
.duration(240)
.EUt(Globals.voltAmps[3])
Expand Down

0 comments on commit 377db78

Please sign in to comment.