Update recipes.js
This commit is contained in:
parent
89d49ea0ba
commit
10bc8d7efc
1 changed files with 33 additions and 2 deletions
|
|
@ -3129,6 +3129,7 @@ const registerAE2Recipes = (event) => {
|
||||||
.EUt(2)
|
.EUt(2)
|
||||||
|
|
||||||
//extruder
|
//extruder
|
||||||
|
//cable anchor
|
||||||
event.recipes.gtceu.extruder('ae2:cable_anchor')
|
event.recipes.gtceu.extruder('ae2:cable_anchor')
|
||||||
.itemInputs(
|
.itemInputs(
|
||||||
'#forge:plates/steel')
|
'#forge:plates/steel')
|
||||||
|
|
@ -3138,7 +3139,37 @@ const registerAE2Recipes = (event) => {
|
||||||
'8x ae2:cable_anchor')
|
'8x ae2:cable_anchor')
|
||||||
.duration(15)
|
.duration(15)
|
||||||
.EUt(120)
|
.EUt(120)
|
||||||
|
|
||||||
|
//assembly line
|
||||||
|
//quantum ring
|
||||||
|
event.recipes.gtceu.assembly_line('ae2:quantum_ring')
|
||||||
|
.itemInputs(
|
||||||
|
'4x #forge:batteries/hv',
|
||||||
|
'12x #forge:circuits/iv',
|
||||||
|
'16x gtceu:iv_emitter',
|
||||||
|
'8x ae2:engineering_processor',
|
||||||
|
'14x gtceu:iv_sensor',
|
||||||
|
'2x ae2:dense_energy_cell',
|
||||||
|
'ae2:logic_processor',)
|
||||||
|
.inputFluids(Fluid.of('gtceu:titanium', 1440))
|
||||||
|
.itemOutputs(
|
||||||
|
'ae2:quantum_ring')
|
||||||
|
.duration(900)
|
||||||
|
.EUt(8300)
|
||||||
|
.cleanroom(CleanroomType.CLEANROOM)
|
||||||
|
//quantom link chamber
|
||||||
|
event.recipes.gtceu.assembly_line('ae2:quantum_link')
|
||||||
|
.itemInputs(
|
||||||
|
'8x ae2:fluix_pearl',
|
||||||
|
'6x ae2:quartz_vibrant_glass',
|
||||||
|
'8x ae2:engineering_processor',
|
||||||
|
'14x gtceu:iv_sensor',
|
||||||
|
'2x ae2:dense_energy_cell')
|
||||||
|
.inputFluids(Fluid.of('gtceu:titanium', 1088))
|
||||||
|
.itemOutputs(
|
||||||
|
'ae2:quantum_link')
|
||||||
|
.duration(700)
|
||||||
|
.EUt(8300)
|
||||||
|
.cleanroom(CleanroomType.CLEANROOM)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue