Skip to content

Commit

Permalink
Add a recipe for the new ae2fc wireless fluid pattern term
Browse files Browse the repository at this point in the history
  • Loading branch information
htmlcsjs committed Dec 23, 2023
1 parent 6bff7aa commit edc8359
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions groovy/postInit/ae2_fc.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,15 @@ crafting.shapedBuilder().name('ultimate_encoder')
.key('C', ore('circuitUv'))
.mirrored()
.register()

// Wireless Fluid Pattern Terminal
crafting.remove('ae2fc:wireless_fluid_pattern_terminal')
crafting.shapedBuilder().name('wireless_fluid_pattern_terminal')
.output(item('ae2fc:wireless_fluid_pattern_terminal'))
.matrix('TC', 'Kd')
.key('d', ore('toolScrewdriver')) //TODO native tools
.key('T', item('appliedenergistics2:wireless_pattern_terminal'))
.key('C', ore('circuitZpm'))
.key('K', metaitem('fluid.regulator.iv'))
.register()

0 comments on commit edc8359

Please sign in to comment.