Skip to content

Commit

Permalink
Fix alarm recipe (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
mantikafasi authored Aug 12, 2023
1 parent 68c3e3b commit 0cfae87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groovy/postInit/mod/OpenSecurity.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ for (solder in soldering_alloys) {
mods.gregtech.assembler.recipeBuilder()
.inputs(metaitem('hull.mv'))
.inputs(ore('oc:cpu1'))
.inputs(ore('fineWireRedAlloy') * 8)
.inputs(ore('wireFineRedAlloy') * 8)
.inputs(item('minecraft:noteblock'))
.fluidInputs(solder)
.outputs(item('opensecurity:alarm'))
Expand Down

0 comments on commit 0cfae87

Please sign in to comment.