Skip to content

Commit

Permalink
Dual interface fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lrdmtns authored Sep 1, 2024
1 parent 3e0418e commit 954fc92
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions groovy/postInit/ae2_fc.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@ crafting.shapedBuilder().name('burette')
crafting.remove('ae2fc:dual_interface')
crafting.shapedBuilder().name('dual_interface')
.output(item('ae2fc:dual_interface'))
.matrix('ICF')
.matrix('OPO', 'ICF', 'OPO')
.key('I', item('appliedenergistics2:interface'))
.key('C', ore('circuitMv'))
.key('C', ore('circuitHv'))
.key('F', item('appliedenergistics2:fluid_interface'))
.key('P', ore('plateTitanium'))
.key('O', ore('screwStainlessSteel'))
.mirrored()
.register()

Expand Down

0 comments on commit 954fc92

Please sign in to comment.