use gtceu namespace instead of forge
This commit is contained in:
parent
e5fee6d0b6
commit
2344b2173a
5 changed files with 107 additions and 107 deletions
|
|
@ -23,7 +23,7 @@ const registerAE2Recipes = (event) => {
|
|||
'CD',
|
||||
], {
|
||||
A: '#forge:tools/wrenches',
|
||||
B: '#forge:circuits/lv',
|
||||
B: '#gtceu:circuits/lv',
|
||||
C: 'ae2:calculation_processor',
|
||||
D: '#ae2:illuminated_panel',
|
||||
}).id('tfg:crafting/network_tool')
|
||||
|
|
@ -49,7 +49,7 @@ const registerAE2Recipes = (event) => {
|
|||
B: 'ae2:fluix_pearl',
|
||||
C: 'gtceu:ev_sensor',
|
||||
D: '#forge:rods/titanium',
|
||||
E: '#forge:circuits/ev'
|
||||
E: '#gtceu:circuits/ev'
|
||||
}).id('tfg:crafting/wireless_receiver')
|
||||
|
||||
// Illuminated Panel
|
||||
|
|
@ -192,7 +192,7 @@ const registerAE2Recipes = (event) => {
|
|||
A: 'ae2:wireless_receiver',
|
||||
B: 'ae2:terminal',
|
||||
C: 'ae2:engineering_processor',
|
||||
D: '#forge:circuits/hv',
|
||||
D: '#gtceu:circuits/hv',
|
||||
E: 'gtceu:hv_lithium_battery',
|
||||
F: '#forge:plates/nether_quartz'
|
||||
}).id('tfg:crafting/wireless_terminal')
|
||||
|
|
@ -206,7 +206,7 @@ const registerAE2Recipes = (event) => {
|
|||
A: '#forge:fine_wires/red_alloy',
|
||||
B: '#forge:plates/aluminium',
|
||||
C: 'ae2:calculation_processor',
|
||||
D: '#forge:circuits/mv',
|
||||
D: '#gtceu:circuits/mv',
|
||||
E: '#forge:fine_wires/gold'
|
||||
}).id('tfg:crafting/basic_card')
|
||||
|
||||
|
|
@ -219,7 +219,7 @@ const registerAE2Recipes = (event) => {
|
|||
A: '#forge:fine_wires/red_alloy',
|
||||
B: '#forge:plates/stainless_steel',
|
||||
C: 'ae2:calculation_processor',
|
||||
D: '#forge:circuits/hv',
|
||||
D: '#gtceu:circuits/hv',
|
||||
E: '#forge:fine_wires/silver'
|
||||
}).id('tfg:crafting/advanced_card')
|
||||
|
||||
|
|
@ -254,7 +254,7 @@ const registerAE2Recipes = (event) => {
|
|||
A: 'ae2:quartz_glass',
|
||||
B: '#forge:plates/steel',
|
||||
C: '#forge:fine_wires/red_alloy',
|
||||
D: '#forge:circuits/lv',
|
||||
D: '#gtceu:circuits/lv',
|
||||
}).id('tfg:crafting/item_cell_housing')
|
||||
|
||||
// Fluid Cell Housing
|
||||
|
|
@ -266,7 +266,7 @@ const registerAE2Recipes = (event) => {
|
|||
A: 'ae2:quartz_glass',
|
||||
B: '#forge:plates/stainless_steel',
|
||||
C: '#forge:fine_wires/red_alloy',
|
||||
D: '#forge:circuits/lv',
|
||||
D: '#gtceu:circuits/lv',
|
||||
}).id('tfg:crafting/fluid_cell_housing')
|
||||
|
||||
// Level Emitter
|
||||
|
|
@ -313,7 +313,7 @@ const registerAE2Recipes = (event) => {
|
|||
'ABA'
|
||||
], {
|
||||
A: '#forge:plates/stainless_steel',
|
||||
B: '#forge:circuits/mv',
|
||||
B: '#gtceu:circuits/mv',
|
||||
C: '#ae2:glass_cable',
|
||||
D: 'gtceu:aluminium_crate',
|
||||
E: 'ae2:terminal'
|
||||
|
|
@ -328,7 +328,7 @@ const registerAE2Recipes = (event) => {
|
|||
A: '#forge:plates/steel',
|
||||
B: 'ae2:engineering_processor',
|
||||
C: '#ae2:glass_cable',
|
||||
D: '#forge:circuits/lv',
|
||||
D: '#gtceu:circuits/lv',
|
||||
E: '#forge:plates/titanium'
|
||||
}).id('tfg:crafting/drive')
|
||||
|
||||
|
|
@ -408,7 +408,7 @@ const registerAE2Recipes = (event) => {
|
|||
], {
|
||||
A: '#forge:plates/stainless_steel',
|
||||
B: 'gtceu:hv_electric_piston',
|
||||
C: '#forge:circuits/hv',
|
||||
C: '#gtceu:circuits/hv',
|
||||
}).id('tfg:crafting/condenser')
|
||||
|
||||
|
||||
|
|
@ -456,7 +456,7 @@ const registerAE2Recipes = (event) => {
|
|||
B: '#ae2:illuminated_panel',
|
||||
C: '#forge:tools/mallets',
|
||||
D: '#forge:rods/steel',
|
||||
E: '#forge:circuits/hv',
|
||||
E: '#gtceu:circuits/hv',
|
||||
F: '#forge:plates/steel',
|
||||
G: '#forge:screws/steel'
|
||||
}).id('tfg:crafting/terminal')
|
||||
|
|
@ -728,7 +728,7 @@ const registerAE2Recipes = (event) => {
|
|||
'3x #forge:plates/steel',
|
||||
'2x #forge:sheets/polyethylene',
|
||||
'4x #forge:fine_wires/red_alloy',
|
||||
'#forge:circuits/mv')
|
||||
'#gtceu:circuits/mv')
|
||||
.itemOutputs('ae2:blank_pattern')
|
||||
.duration(200)
|
||||
.EUt(120)
|
||||
|
|
@ -738,7 +738,7 @@ const registerAE2Recipes = (event) => {
|
|||
'3x #forge:plates/steel',
|
||||
'2x #forge:sheets/polyvinyl_chloride',
|
||||
'4x #forge:fine_wires/red_alloy',
|
||||
'#forge:circuits/mv')
|
||||
'#gtceu:circuits/mv')
|
||||
.itemOutputs('4x ae2:blank_pattern')
|
||||
.duration(200)
|
||||
.EUt(120)
|
||||
|
|
@ -748,7 +748,7 @@ const registerAE2Recipes = (event) => {
|
|||
'3x #forge:plates/steel',
|
||||
'2x #forge:sheets/polytetrafluoroethylene',
|
||||
'4x #forge:fine_wires/red_alloy',
|
||||
'#forge:circuits/mv')
|
||||
'#gtceu:circuits/mv')
|
||||
.itemOutputs('16x ae2:blank_pattern')
|
||||
.duration(200)
|
||||
.EUt(480)
|
||||
|
|
@ -758,7 +758,7 @@ const registerAE2Recipes = (event) => {
|
|||
'3x #forge:plates/steel',
|
||||
'2x #forge:sheets/polybenzimidazole',
|
||||
'4x #forge:fine_wires/red_alloy',
|
||||
'#forge:circuits/mv')
|
||||
'#gtceu:circuits/mv')
|
||||
.itemOutputs('64x ae2:blank_pattern')
|
||||
.duration(200)
|
||||
.EUt(480)
|
||||
|
|
@ -807,7 +807,7 @@ const registerAE2Recipes = (event) => {
|
|||
// 1k storage components
|
||||
event.recipes.gtceu.assembler('ae2:cell_component_1k')
|
||||
.itemInputs(
|
||||
'4x #forge:batteries/ulv',
|
||||
'4x #gtceu:batteries/ulv',
|
||||
'4x #forge:plates/wrought_iron',
|
||||
'4x #forge:dusts/certus_quartz',
|
||||
'ae2:logic_processor',)
|
||||
|
|
@ -819,7 +819,7 @@ const registerAE2Recipes = (event) => {
|
|||
// 4k storage components
|
||||
event.recipes.gtceu.assembler('ae2:cell_component_4k')
|
||||
.itemInputs(
|
||||
'4x #forge:circuits/ev',
|
||||
'4x #gtceu:circuits/ev',
|
||||
'4x #forge:plates/titanium',
|
||||
'4x #forge:dusts/certus_quartz',
|
||||
'ae2:logic_processor')
|
||||
|
|
@ -832,7 +832,7 @@ const registerAE2Recipes = (event) => {
|
|||
event.recipes.gtceu.assembler('ae2:cell_component_4k_1k')
|
||||
.itemInputs(
|
||||
'ae2:logic_processor',
|
||||
'2x #forge:circuits/ev',
|
||||
'2x #gtceu:circuits/ev',
|
||||
'4x ae2:cell_component_1k')
|
||||
.inputFluids(Fluid.of('gtceu:steel', 144))
|
||||
.itemOutputs('ae2:cell_component_4k')
|
||||
|
|
@ -843,7 +843,7 @@ const registerAE2Recipes = (event) => {
|
|||
// 16k storage components
|
||||
event.recipes.gtceu.assembler('ae2:cell_component_16k')
|
||||
.itemInputs(
|
||||
'4x #forge:circuits/iv',
|
||||
'4x #gtceu:circuits/iv',
|
||||
'4x #forge:plates/tungsten_steel',
|
||||
'8x #forge:dusts/certus_quartz',
|
||||
'ae2:engineering_processor',)
|
||||
|
|
@ -856,7 +856,7 @@ const registerAE2Recipes = (event) => {
|
|||
event.recipes.gtceu.assembler('ae2:cell_component_16k_4k')
|
||||
.itemInputs(
|
||||
'ae2:logic_processor',
|
||||
'2x #forge:circuits/iv',
|
||||
'2x #gtceu:circuits/iv',
|
||||
'4x ae2:cell_component_4k')
|
||||
.inputFluids(Fluid.of('gtceu:steel', 144))
|
||||
.itemOutputs('ae2:cell_component_16k')
|
||||
|
|
@ -867,7 +867,7 @@ const registerAE2Recipes = (event) => {
|
|||
// 64k storage components
|
||||
event.recipes.gtceu.assembler('ae2:cell_component_64k')
|
||||
.itemInputs(
|
||||
'4x #forge:circuits/luv',
|
||||
'4x #gtceu:circuits/luv',
|
||||
'4x #forge:plates/rhodium_plated_palladium',
|
||||
'8x #forge:dusts/certus_quartz',
|
||||
'ae2:engineering_processor')
|
||||
|
|
@ -879,7 +879,7 @@ const registerAE2Recipes = (event) => {
|
|||
event.recipes.gtceu.assembler('ae2:cell_component_64k_16k')
|
||||
.itemInputs(
|
||||
'ae2:engineering_processor',
|
||||
'2x #forge:circuits/luv',
|
||||
'2x #gtceu:circuits/luv',
|
||||
'4x ae2:cell_component_16k')
|
||||
.inputFluids(Fluid.of('gtceu:steel', 144))
|
||||
.itemOutputs('ae2:cell_component_64k')
|
||||
|
|
@ -890,7 +890,7 @@ const registerAE2Recipes = (event) => {
|
|||
// 256k storage components
|
||||
event.recipes.gtceu.assembler('ae2:cell_component_256k')
|
||||
.itemInputs(
|
||||
'4x #forge:circuits/zpm',
|
||||
'4x #gtceu:circuits/zpm',
|
||||
'4x #forge:plates/naquadah_alloy',
|
||||
'16x #forge:dusts/certus_quartz',
|
||||
'ae2:engineering_processor',)
|
||||
|
|
@ -902,7 +902,7 @@ const registerAE2Recipes = (event) => {
|
|||
event.recipes.gtceu.assembler('ae2:cell_component_256k_64k')
|
||||
.itemInputs(
|
||||
'ae2:engineering_processor',
|
||||
'2x #forge:circuits/zpm',
|
||||
'2x #gtceu:circuits/zpm',
|
||||
'4x ae2:cell_component_64k')
|
||||
.inputFluids(Fluid.of('gtceu:steel', 144))
|
||||
.itemOutputs('ae2:cell_component_256k')
|
||||
|
|
@ -917,7 +917,7 @@ const registerAE2Recipes = (event) => {
|
|||
// 2³ Spatial Component
|
||||
event.recipes.gtceu.assembler('ae2:spatial_cell_component_2')
|
||||
.itemInputs(
|
||||
'4x #forge:circuits/ev',
|
||||
'4x #gtceu:circuits/ev',
|
||||
'4x #forge:plates/titanium',
|
||||
'32x #forge:dusts/certus_quartz',
|
||||
'ae2:calculation_processor',)
|
||||
|
|
@ -929,7 +929,7 @@ const registerAE2Recipes = (event) => {
|
|||
// 16³ Spatial Component
|
||||
event.recipes.gtceu.assembler('ae2:spatial_cell_component_16')
|
||||
.itemInputs(
|
||||
'4x #forge:circuits/iv',
|
||||
'4x #gtceu:circuits/iv',
|
||||
'4x #forge:plates/tungsten_steel',
|
||||
'32x #forge:dusts/certus_quartz',
|
||||
'ae2:calculation_processor',)
|
||||
|
|
@ -942,7 +942,7 @@ const registerAE2Recipes = (event) => {
|
|||
event.recipes.gtceu.assembler('ae2:spatial_cell_component_16_2')
|
||||
.itemInputs(
|
||||
'ae2:calculation_processor',
|
||||
'2x #forge:circuits/iv',
|
||||
'2x #gtceu:circuits/iv',
|
||||
'4x ae2:spatial_cell_component_2')
|
||||
.inputFluids(Fluid.of('gtceu:tungsten_steel', 144))
|
||||
.itemOutputs('ae2:spatial_cell_component_16')
|
||||
|
|
@ -953,7 +953,7 @@ const registerAE2Recipes = (event) => {
|
|||
// 128³ Spatial Component
|
||||
event.recipes.gtceu.assembler('ae2:spatial_cell_component_128')
|
||||
.itemInputs(
|
||||
'4x #forge:circuits/luv',
|
||||
'4x #gtceu:circuits/luv',
|
||||
'4x #forge:plates/rhodium_plated_palladium',
|
||||
'32x #forge:dusts/certus_quartz',
|
||||
'ae2:calculation_processor')
|
||||
|
|
@ -966,7 +966,7 @@ const registerAE2Recipes = (event) => {
|
|||
event.recipes.gtceu.assembler('ae2:spatial_cell_component_128_16')
|
||||
.itemInputs(
|
||||
'ae2:calculation_processor',
|
||||
'2x #forge:circuits/luv',
|
||||
'2x #gtceu:circuits/luv',
|
||||
'4x ae2:spatial_cell_component_16')
|
||||
.inputFluids(Fluid.of('gtceu:tungsten_steel', 144))
|
||||
.itemOutputs('ae2:spatial_cell_component_128')
|
||||
|
|
@ -1054,7 +1054,7 @@ const registerAE2Recipes = (event) => {
|
|||
'ae2:logic_processor',
|
||||
'ae2:engineering_processor',
|
||||
'ae2:calculation_processor',
|
||||
'#forge:circuits/hv',
|
||||
'#gtceu:circuits/hv',
|
||||
'2x #forge:plates/steel')
|
||||
.inputFluids(Fluid.of('gtceu:polyethylene', 144))
|
||||
.itemOutputs('ae2:crafting_unit')
|
||||
|
|
@ -1068,7 +1068,7 @@ const registerAE2Recipes = (event) => {
|
|||
event.recipes.gtceu.assembler('ae2:molecular_assembler_hv')
|
||||
.itemInputs(
|
||||
'2x ae2:quartz_glass',
|
||||
'2x #forge:circuits/hv',
|
||||
'2x #gtceu:circuits/hv',
|
||||
'ae2:annihilation_core',
|
||||
'ae2:formation_core',
|
||||
'2x gtceu:hv_conveyor_module',
|
||||
|
|
@ -1084,7 +1084,7 @@ const registerAE2Recipes = (event) => {
|
|||
event.recipes.gtceu.assembler('ae2:molecular_assembler_ev')
|
||||
.itemInputs(
|
||||
'2x ae2:quartz_glass',
|
||||
'2x #forge:circuits/ev',
|
||||
'2x #gtceu:circuits/ev',
|
||||
'ae2:annihilation_core',
|
||||
'ae2:formation_core',
|
||||
'2x gtceu:ev_conveyor_module',
|
||||
|
|
@ -1100,7 +1100,7 @@ const registerAE2Recipes = (event) => {
|
|||
event.recipes.gtceu.assembler('ae2:molecular_assembler_iv')
|
||||
.itemInputs(
|
||||
'2x ae2:quartz_glass',
|
||||
'2x #forge:circuits/iv',
|
||||
'2x #gtceu:circuits/iv',
|
||||
'ae2:annihilation_core',
|
||||
'ae2:formation_core',
|
||||
'2x gtceu:iv_conveyor_module',
|
||||
|
|
@ -1118,7 +1118,7 @@ const registerAE2Recipes = (event) => {
|
|||
event.recipes.gtceu.assembler('ae2:controller')
|
||||
.itemInputs(
|
||||
'2x ae2:engineering_processor',
|
||||
'2x #forge:circuits/hv',
|
||||
'2x #gtceu:circuits/hv',
|
||||
'2x #forge:plates/titanium',
|
||||
'ae2:fluix_block')
|
||||
.inputFluids(Fluid.of('gtceu:polyethylene', 144))
|
||||
|
|
@ -1388,7 +1388,7 @@ const registerAE2Recipes = (event) => {
|
|||
.itemInputs(
|
||||
'ae2:printed_silicon',
|
||||
'ae2:printed_logic_processor',
|
||||
'#forge:circuits/lv',
|
||||
'#gtceu:circuits/lv',
|
||||
'2x #gtceu:resistors',
|
||||
'2x #forge:fine_wires/tin',)
|
||||
.inputFluids(Fluid.of('gtceu:redstone', 144))
|
||||
|
|
@ -1401,7 +1401,7 @@ const registerAE2Recipes = (event) => {
|
|||
.itemInputs(
|
||||
'ae2:printed_silicon',
|
||||
'ae2:printed_logic_processor',
|
||||
'#forge:circuits/lv',
|
||||
'#gtceu:circuits/lv',
|
||||
'gtceu:advanced_smd_resistor',
|
||||
'2x #forge:fine_wires/tin',)
|
||||
.inputFluids(Fluid.of('gtceu:redstone', 144))
|
||||
|
|
@ -1415,7 +1415,7 @@ const registerAE2Recipes = (event) => {
|
|||
.itemInputs(
|
||||
'ae2:printed_silicon',
|
||||
'ae2:printed_calculation_processor',
|
||||
'#forge:circuits/lv',
|
||||
'#gtceu:circuits/lv',
|
||||
'2x #gtceu:resistors',
|
||||
'2x #forge:fine_wires/tin',)
|
||||
.inputFluids(Fluid.of('gtceu:redstone', 144))
|
||||
|
|
@ -1428,7 +1428,7 @@ const registerAE2Recipes = (event) => {
|
|||
.itemInputs(
|
||||
'ae2:printed_silicon',
|
||||
'ae2:printed_calculation_processor',
|
||||
'#forge:circuits/lv',
|
||||
'#gtceu:circuits/lv',
|
||||
'gtceu:advanced_smd_resistor',
|
||||
'2x #forge:fine_wires/tin',)
|
||||
.inputFluids(Fluid.of('gtceu:redstone', 144))
|
||||
|
|
@ -1442,7 +1442,7 @@ const registerAE2Recipes = (event) => {
|
|||
.itemInputs(
|
||||
'ae2:printed_silicon',
|
||||
'ae2:printed_engineering_processor',
|
||||
'#forge:circuits/lv',
|
||||
'#gtceu:circuits/lv',
|
||||
'2x #gtceu:resistors',
|
||||
'2x #forge:fine_wires/tin',)
|
||||
.inputFluids(Fluid.of('gtceu:redstone', 144))
|
||||
|
|
@ -1455,7 +1455,7 @@ const registerAE2Recipes = (event) => {
|
|||
.itemInputs(
|
||||
'ae2:printed_silicon',
|
||||
'ae2:printed_engineering_processor',
|
||||
'#forge:circuits/lv',
|
||||
'#gtceu:circuits/lv',
|
||||
'gtceu:advanced_smd_resistor',
|
||||
'2x #forge:fine_wires/tin',)
|
||||
.inputFluids(Fluid.of('gtceu:redstone', 144))
|
||||
|
|
@ -1983,8 +1983,8 @@ const registerAE2Recipes = (event) => {
|
|||
// Quantum Ring
|
||||
event.recipes.gtceu.assembly_line('ae2:quantum_ring')
|
||||
.itemInputs(
|
||||
'6x #forge:batteries/hv',
|
||||
'12x #forge:circuits/iv',
|
||||
'6x #gtceu:batteries/hv',
|
||||
'12x #gtceu:circuits/iv',
|
||||
'16x gtceu:iv_emitter',
|
||||
'8x ae2:engineering_processor',
|
||||
'14x gtceu:iv_sensor',
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ const registerComputerCraftRecipes = (event) => {
|
|||
], {
|
||||
A: 'gtceu:hv_sensor',
|
||||
B: 'ae2:calculation_processor',
|
||||
C: '#forge:circuits/hv',
|
||||
C: '#gtceu:circuits/hv',
|
||||
D: 'computercraft:cable',
|
||||
}).id('tfg:crafting/wireless_modem_normal')
|
||||
|
||||
|
|
@ -36,7 +36,7 @@ const registerComputerCraftRecipes = (event) => {
|
|||
], {
|
||||
A: 'ae2:wireless_receiver',
|
||||
B: 'ae2:calculation_processor',
|
||||
C: '#forge:circuits/hv',
|
||||
C: '#gtceu:circuits/hv',
|
||||
D: 'computercraft:cable',
|
||||
}).id('tfg:crafting/wireless_modem_advanced')
|
||||
|
||||
|
|
@ -51,7 +51,7 @@ const registerComputerCraftRecipes = (event) => {
|
|||
C: 'ae2:calculation_processor',
|
||||
D: 'gtceu:mv_machine_casing',
|
||||
E: 'computercraft:cable',
|
||||
F: '#forge:circuits/mv',
|
||||
F: '#gtceu:circuits/mv',
|
||||
}).id('tfg:crafting/monitor_normal')
|
||||
|
||||
// Monitor Advanced
|
||||
|
|
@ -65,7 +65,7 @@ const registerComputerCraftRecipes = (event) => {
|
|||
C: 'ae2:calculation_processor',
|
||||
D: 'gtceu:hv_machine_casing',
|
||||
E: 'computercraft:cable',
|
||||
F: '#forge:circuits/hv',
|
||||
F: '#gtceu:circuits/hv',
|
||||
}).id('tfg:crafting/monitor_advanced')
|
||||
|
||||
// Disk Drive
|
||||
|
|
@ -76,7 +76,7 @@ const registerComputerCraftRecipes = (event) => {
|
|||
], {
|
||||
A: 'computercraft:cable',
|
||||
B: 'ae2:drive',
|
||||
C: '#forge:circuits/hv',
|
||||
C: '#gtceu:circuits/hv',
|
||||
D: 'gtceu:hv_machine_casing',
|
||||
E: 'gtceu:hv_sensor',
|
||||
}).id('tfg:crafting/disk_drive')
|
||||
|
|
@ -90,7 +90,7 @@ const registerComputerCraftRecipes = (event) => {
|
|||
A: 'minecraft:note_block',
|
||||
B: 'computercraft:cable',
|
||||
C: 'gtceu:mv_machine_casing',
|
||||
D: '#forge:circuits/mv',
|
||||
D: '#gtceu:circuits/mv',
|
||||
}).id('tfg:crafting/speaker')
|
||||
|
||||
// Printer
|
||||
|
|
@ -100,7 +100,7 @@ const registerComputerCraftRecipes = (event) => {
|
|||
'FBF'
|
||||
], {
|
||||
A: 'gtceu:mv_electric_motor',
|
||||
B: '#forge:circuits/mv',
|
||||
B: '#gtceu:circuits/mv',
|
||||
C: 'gtceu:mv_robot_arm',
|
||||
D: 'computercraft:cable',
|
||||
E: 'gtceu:mv_machine_casing',
|
||||
|
|
@ -115,7 +115,7 @@ const registerComputerCraftRecipes = (event) => {
|
|||
], {
|
||||
A: 'gtceu:mv_sensor',
|
||||
B: 'computercraft:cable',
|
||||
C: '#forge:circuits/mv',
|
||||
C: '#gtceu:circuits/mv',
|
||||
D: 'ae2:calculation_processor',
|
||||
}).id('tfg:crafting/wired_modem')
|
||||
|
||||
|
|
@ -133,9 +133,9 @@ const registerComputerCraftRecipes = (event) => {
|
|||
], {
|
||||
A: '#forge:wires/single/magnesium_diboride',
|
||||
B: 'gtceu:computer_monitor_cover',
|
||||
C: '#forge:batteries/mv',
|
||||
C: '#gtceu:batteries/mv',
|
||||
D: 'gtceu:mv_machine_casing',
|
||||
E: '#forge:circuits/hv'
|
||||
E: '#gtceu:circuits/hv'
|
||||
}).id('tfg:crafting/computer_normal')
|
||||
|
||||
// Computer Advanced
|
||||
|
|
@ -146,9 +146,9 @@ const registerComputerCraftRecipes = (event) => {
|
|||
], {
|
||||
A: '#forge:wires/single/mercury_barium_calcium_cuprate',
|
||||
B: 'gtceu:computer_monitor_cover',
|
||||
C: '#forge:batteries/hv',
|
||||
C: '#gtceu:batteries/hv',
|
||||
D: 'gtceu:hv_machine_casing',
|
||||
E: '#forge:circuits/ev'
|
||||
E: '#gtceu:circuits/ev'
|
||||
}).id('tfg:crafting/computer_advanced')
|
||||
|
||||
// Turtle Normal
|
||||
|
|
@ -161,7 +161,7 @@ const registerComputerCraftRecipes = (event) => {
|
|||
B: 'gtceu:hv_emitter',
|
||||
C: 'gtceu:hv_sensor',
|
||||
D: 'gtceu:hv_robot_arm',
|
||||
E: '#forge:circuits/ev',
|
||||
E: '#gtceu:circuits/ev',
|
||||
F: 'computercraft:computer_normal',
|
||||
G: 'gtceu:steel_crate',
|
||||
H: 'gtceu:hv_electric_piston',
|
||||
|
|
@ -177,7 +177,7 @@ const registerComputerCraftRecipes = (event) => {
|
|||
B: 'gtceu:ev_emitter',
|
||||
C: 'gtceu:ev_sensor',
|
||||
D: 'gtceu:ev_robot_arm',
|
||||
E: '#forge:circuits/iv',
|
||||
E: '#gtceu:circuits/iv',
|
||||
F: 'computercraft:computer_advanced',
|
||||
G: 'gtceu:aluminium_crate',
|
||||
H: 'gtceu:ev_electric_piston',
|
||||
|
|
@ -202,10 +202,10 @@ const registerComputerCraftRecipes = (event) => {
|
|||
], {
|
||||
A: 'ae2:wireless_receiver',
|
||||
B: '#forge:wires/single/mercury_barium_calcium_cuprate',
|
||||
C: '#forge:batteries/hv',
|
||||
C: '#gtceu:batteries/hv',
|
||||
D: 'ae2:terminal',
|
||||
E: 'gtceu:hv_emitter',
|
||||
F: '#forge:circuits/ev',
|
||||
F: '#gtceu:circuits/ev',
|
||||
G: '#forge:plates/titanium'
|
||||
}).id('tfg:crafting/pocket_computer_normal')
|
||||
|
||||
|
|
@ -236,10 +236,10 @@ const registerComputerCraftRecipes = (event) => {
|
|||
], {
|
||||
A: 'ae2:wireless_receiver',
|
||||
B: '#forge:wires/single/uranium_triplatinum',
|
||||
C: '#forge:batteries/ev',
|
||||
C: '#gtceu:batteries/ev',
|
||||
D: 'ae2:terminal',
|
||||
E: 'gtceu:ev_emitter',
|
||||
F: '#forge:circuits/iv',
|
||||
F: '#gtceu:circuits/iv',
|
||||
G: '#forge:plates/tungsten_steel'
|
||||
}).id('tfg:crafting/pocket_computer_advanced')
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ const registerCreateAdditionsRecipes = (event) => {
|
|||
|
||||
// Батарейный блок
|
||||
event.recipes.gtceu.assembler('create_additions/battery')
|
||||
.itemInputs('gtceu:bronze_frame', '6x gtceu:bronze_plate', '24x gtceu:bronze_screw', '#forge:batteries/hv')
|
||||
.itemInputs('gtceu:bronze_frame', '6x gtceu:bronze_plate', '24x gtceu:bronze_screw', '#gtceu:batteries/hv')
|
||||
.itemOutputs('createaddition:modular_accumulator')
|
||||
.duration(400)
|
||||
.EUt(512)
|
||||
|
|
|
|||
|
|
@ -639,7 +639,7 @@ const registerGTCEURecipes = (event) => {
|
|||
A: '#tfg:metal_bars',
|
||||
B: 'gtceu:fluid_filter',
|
||||
C: 'gtceu:lv_electric_pump',
|
||||
D: '#forge:circuits/lv',
|
||||
D: '#gtceu:circuits/lv',
|
||||
E: 'gtceu:lv_machine_hull'
|
||||
}).id('gtceu:shaped/lv_gas_collector')
|
||||
|
||||
|
|
@ -651,7 +651,7 @@ const registerGTCEURecipes = (event) => {
|
|||
A: '#tfg:metal_bars',
|
||||
B: 'gtceu:fluid_filter',
|
||||
C: 'gtceu:mv_electric_pump',
|
||||
D: '#forge:circuits/mv',
|
||||
D: '#gtceu:circuits/mv',
|
||||
E: 'gtceu:mv_machine_hull'
|
||||
}).id('gtceu:shaped/mv_gas_collector')
|
||||
|
||||
|
|
@ -663,7 +663,7 @@ const registerGTCEURecipes = (event) => {
|
|||
A: '#tfg:metal_bars',
|
||||
B: 'gtceu:fluid_filter',
|
||||
C: 'gtceu:hv_electric_pump',
|
||||
D: '#forge:circuits/hv',
|
||||
D: '#gtceu:circuits/hv',
|
||||
E: 'gtceu:hv_machine_hull'
|
||||
}).id('gtceu:shaped/hv_gas_collector')
|
||||
|
||||
|
|
@ -675,7 +675,7 @@ const registerGTCEURecipes = (event) => {
|
|||
A: '#tfg:metal_bars',
|
||||
B: 'gtceu:fluid_filter',
|
||||
C: 'gtceu:ev_electric_pump',
|
||||
D: '#forge:circuits/ev',
|
||||
D: '#gtceu:circuits/ev',
|
||||
E: 'gtceu:ev_machine_hull'
|
||||
}).id('gtceu:shaped/ev_gas_collector')
|
||||
|
||||
|
|
@ -687,7 +687,7 @@ const registerGTCEURecipes = (event) => {
|
|||
A: '#tfg:metal_bars',
|
||||
B: 'gtceu:fluid_filter',
|
||||
C: 'gtceu:iv_electric_pump',
|
||||
D: '#forge:circuits/iv',
|
||||
D: '#gtceu:circuits/iv',
|
||||
E: 'gtceu:iv_machine_hull'
|
||||
}).id('gtceu:shaped/iv_gas_collector')
|
||||
|
||||
|
|
@ -699,7 +699,7 @@ const registerGTCEURecipes = (event) => {
|
|||
A: '#tfg:metal_bars',
|
||||
B: 'gtceu:fluid_filter',
|
||||
C: 'gtceu:luv_electric_pump',
|
||||
D: '#forge:circuits/luv',
|
||||
D: '#gtceu:circuits/luv',
|
||||
E: 'gtceu:luv_machine_hull'
|
||||
}).id('gtceu:shaped/luv_gas_collector')
|
||||
|
||||
|
|
@ -711,7 +711,7 @@ const registerGTCEURecipes = (event) => {
|
|||
A: '#tfg:metal_bars',
|
||||
B: 'gtceu:fluid_filter',
|
||||
C: 'gtceu:zpm_electric_pump',
|
||||
D: '#forge:circuits/zpm',
|
||||
D: '#gtceu:circuits/zpm',
|
||||
E: 'gtceu:zpm_machine_hull'
|
||||
}).id('gtceu:shaped/zpm_gas_collector')
|
||||
|
||||
|
|
@ -723,7 +723,7 @@ const registerGTCEURecipes = (event) => {
|
|||
A: '#tfg:metal_bars',
|
||||
B: 'gtceu:fluid_filter',
|
||||
C: 'gtceu:uv_electric_pump',
|
||||
D: '#forge:circuits/uv',
|
||||
D: '#gtceu:circuits/uv',
|
||||
E: 'gtceu:uv_machine_hull'
|
||||
}).id('gtceu:shaped/uv_gas_collector')
|
||||
|
||||
|
|
@ -738,7 +738,7 @@ const registerGTCEURecipes = (event) => {
|
|||
], {
|
||||
A: 'gtceu:tin_single_cable',
|
||||
B: 'gtceu:lv_electric_piston',
|
||||
C: '#forge:circuits/lv',
|
||||
C: '#gtceu:circuits/lv',
|
||||
D: 'gtceu:lv_machine_hull',
|
||||
E: 'tfc:metal/anvil/steel',
|
||||
}).id('gtceu:shaped/lv_forge_hammer')
|
||||
|
|
@ -750,7 +750,7 @@ const registerGTCEURecipes = (event) => {
|
|||
], {
|
||||
A: 'gtceu:copper_single_cable',
|
||||
B: 'gtceu:mv_electric_piston',
|
||||
C: '#forge:circuits/mv',
|
||||
C: '#gtceu:circuits/mv',
|
||||
D: 'gtceu:mv_machine_hull',
|
||||
E: 'tfc:metal/anvil/steel',
|
||||
}).id('gtceu:shaped/mv_forge_hammer')
|
||||
|
|
@ -762,7 +762,7 @@ const registerGTCEURecipes = (event) => {
|
|||
], {
|
||||
A: 'gtceu:gold_single_cable',
|
||||
B: 'gtceu:hv_electric_piston',
|
||||
C: '#forge:circuits/hv',
|
||||
C: '#gtceu:circuits/hv',
|
||||
D: 'gtceu:hv_machine_hull',
|
||||
E: 'tfc:metal/anvil/steel',
|
||||
}).id('gtceu:shaped/hv_forge_hammer')
|
||||
|
|
@ -774,7 +774,7 @@ const registerGTCEURecipes = (event) => {
|
|||
], {
|
||||
A: 'gtceu:aluminium_single_cable',
|
||||
B: 'gtceu:ev_electric_piston',
|
||||
C: '#forge:circuits/ev',
|
||||
C: '#gtceu:circuits/ev',
|
||||
D: 'gtceu:ev_machine_hull',
|
||||
E: 'tfc:metal/anvil/black_steel',
|
||||
}).id('gtceu:shaped/ev_forge_hammer')
|
||||
|
|
@ -786,7 +786,7 @@ const registerGTCEURecipes = (event) => {
|
|||
], {
|
||||
A: 'gtceu:platinum_single_cable',
|
||||
B: 'gtceu:iv_electric_piston',
|
||||
C: '#forge:circuits/iv',
|
||||
C: '#gtceu:circuits/iv',
|
||||
D: 'gtceu:iv_machine_hull',
|
||||
E: 'tfc:metal/anvil/black_steel',
|
||||
}).id('gtceu:shaped/iv_forge_hammer')
|
||||
|
|
@ -798,7 +798,7 @@ const registerGTCEURecipes = (event) => {
|
|||
], {
|
||||
A: 'gtceu:niobium_titanium_single_cable',
|
||||
B: 'gtceu:luv_electric_piston',
|
||||
C: '#forge:circuits/luv',
|
||||
C: '#gtceu:circuits/luv',
|
||||
D: 'gtceu:luv_machine_hull',
|
||||
E: 'tfc:metal/anvil/black_steel',
|
||||
}).id('gtceu:shaped/luv_forge_hammer')
|
||||
|
|
@ -810,7 +810,7 @@ const registerGTCEURecipes = (event) => {
|
|||
], {
|
||||
A: 'gtceu:vanadium_gallium_single_cable',
|
||||
B: 'gtceu:zpm_electric_piston',
|
||||
C: '#forge:circuits/zpm',
|
||||
C: '#gtceu:circuits/zpm',
|
||||
D: 'gtceu:zpm_machine_hull',
|
||||
E: '#tfc:red_or_blue_anvil',
|
||||
}).id('gtceu:shaped/zpm_forge_hammer')
|
||||
|
|
@ -822,7 +822,7 @@ const registerGTCEURecipes = (event) => {
|
|||
], {
|
||||
A: 'gtceu:yttrium_barium_cuprate_single_cable',
|
||||
B: 'gtceu:uv_electric_piston',
|
||||
C: '#forge:circuits/uv',
|
||||
C: '#gtceu:circuits/uv',
|
||||
D: 'gtceu:uv_machine_hull',
|
||||
E: '#tfc:red_or_blue_anvil',
|
||||
}).id('gtceu:shaped/uv_forge_hammer')
|
||||
|
|
@ -1082,9 +1082,9 @@ const registerGTCEURecipes = (event) => {
|
|||
'CDC',
|
||||
'BCB'
|
||||
], {
|
||||
A: '#forge:circuits/mv',
|
||||
A: '#gtceu:circuits/mv',
|
||||
B: 'gtceu:copper_single_cable',
|
||||
C: '#forge:circuits/mv',
|
||||
C: '#gtceu:circuits/mv',
|
||||
D: 'gtceu:solid_machine_casing'
|
||||
}).id('tfg:shaped/greenhouse')
|
||||
|
||||
|
|
@ -1095,7 +1095,7 @@ const registerGTCEURecipes = (event) => {
|
|||
'EBE'
|
||||
], {
|
||||
A: '#gtceu:resistors',
|
||||
B: '#forge:circuits/lv',
|
||||
B: '#gtceu:circuits/lv',
|
||||
C: 'gtceu:lv_voltage_coil',
|
||||
D: 'gtceu:solid_machine_casing',
|
||||
E: '#forge:cables/single/copper'
|
||||
|
|
@ -1143,7 +1143,7 @@ const registerGTCEURecipes = (event) => {
|
|||
'DBD'
|
||||
], {
|
||||
A: 'gtceu:hp_steam_furnace',
|
||||
B: '#forge:circuits/hv',
|
||||
B: '#gtceu:circuits/hv',
|
||||
C: 'gtceu:heatproof_machine_casing',
|
||||
D: 'gtceu:copper_single_cable'
|
||||
}).id('gtceu:shaped/multi_furnace')
|
||||
|
|
@ -1155,7 +1155,7 @@ const registerGTCEURecipes = (event) => {
|
|||
'DBD'
|
||||
], {
|
||||
A: 'gtceu:hp_steam_furnace',
|
||||
B: '#forge:circuits/lv',
|
||||
B: '#gtceu:circuits/lv',
|
||||
C: 'gtceu:heatproof_machine_casing',
|
||||
D: 'gtceu:tin_single_cable'
|
||||
}).id('gtceu:shaped/electric_blast_furnace')
|
||||
|
|
|
|||
|
|
@ -176,14 +176,14 @@ const registerSophisticatedBackpacksRecipes = (event) => {
|
|||
C: 'gtceu:hv_conveyor_module',
|
||||
D: 'sophisticatedbackpacks:upgrade_base',
|
||||
E: 'gtceu:hv_robot_arm',
|
||||
F: '#forge:circuits/hv',
|
||||
G: '#forge:batteries/hv'
|
||||
F: '#gtceu:circuits/hv',
|
||||
G: '#gtceu:batteries/hv'
|
||||
});
|
||||
|
||||
// Улучшение - улучшенный подбиратель
|
||||
event.shapeless('sophisticatedbackpacks:advanced_pickup_upgrade', [
|
||||
'sophisticatedbackpacks:pickup_upgrade',
|
||||
'#forge:circuits/ev'
|
||||
'#gtceu:circuits/ev'
|
||||
]);
|
||||
|
||||
// Улучшение - фильтр
|
||||
|
|
@ -192,20 +192,20 @@ const registerSophisticatedBackpacksRecipes = (event) => {
|
|||
'DEF',
|
||||
'GHG'
|
||||
], {
|
||||
A: '#forge:batteries/lv',
|
||||
A: '#gtceu:batteries/lv',
|
||||
B: 'gtceu:item_filter',
|
||||
C: 'gtceu:manganese_phosphide_single_wire',
|
||||
D: 'gtceu:lv_conveyor_module',
|
||||
E: 'sophisticatedbackpacks:upgrade_base',
|
||||
F: 'gtceu:lv_robot_arm',
|
||||
G: '#forge:circuits/lv',
|
||||
G: '#gtceu:circuits/lv',
|
||||
H: 'gtceu:item_tag_filter'
|
||||
});
|
||||
|
||||
// Улучшение - улучшенный фильтр
|
||||
event.shapeless('sophisticatedbackpacks:advanced_filter_upgrade', [
|
||||
'sophisticatedbackpacks:filter_upgrade',
|
||||
'#forge:circuits/mv'
|
||||
'#gtceu:circuits/mv'
|
||||
]);
|
||||
|
||||
// Улучшение - магнит
|
||||
|
|
@ -216,15 +216,15 @@ const registerSophisticatedBackpacksRecipes = (event) => {
|
|||
], {
|
||||
A: 'gtceu:hv_robot_arm',
|
||||
B: 'gtceu:item_filter',
|
||||
C: '#forge:circuits/hv',
|
||||
C: '#gtceu:circuits/hv',
|
||||
D: 'sophisticatedbackpacks:upgrade_base',
|
||||
E: '#forge:batteries/hv'
|
||||
E: '#gtceu:batteries/hv'
|
||||
});
|
||||
|
||||
// Улучшение - улучшенный магнит
|
||||
event.shapeless('sophisticatedbackpacks:advanced_magnet_upgrade', [
|
||||
'sophisticatedbackpacks:magnet_upgrade',
|
||||
'#forge:circuits/ev'
|
||||
'#gtceu:circuits/ev'
|
||||
]);
|
||||
|
||||
// Улучшение - уничтожитель
|
||||
|
|
@ -245,7 +245,7 @@ const registerSophisticatedBackpacksRecipes = (event) => {
|
|||
// Улучшение - улучшенный уничтожитель
|
||||
event.shapeless('sophisticatedbackpacks:advanced_void_upgrade', [
|
||||
'sophisticatedbackpacks:void_upgrade',
|
||||
'#forge:circuits/mv'
|
||||
'#gtceu:circuits/mv'
|
||||
]);
|
||||
|
||||
// Улучшение - Deposit
|
||||
|
|
@ -254,9 +254,9 @@ const registerSophisticatedBackpacksRecipes = (event) => {
|
|||
'DED',
|
||||
' F '
|
||||
], {
|
||||
A: '#forge:batteries/lv',
|
||||
A: '#gtceu:batteries/lv',
|
||||
B: 'gtceu:manganese_phosphide_single_wire',
|
||||
C: '#forge:circuits/lv',
|
||||
C: '#gtceu:circuits/lv',
|
||||
D: 'gtceu:lv_conveyor_module',
|
||||
E: 'sophisticatedbackpacks:upgrade_base',
|
||||
F: 'gtceu:lv_robot_arm'
|
||||
|
|
@ -265,7 +265,7 @@ const registerSophisticatedBackpacksRecipes = (event) => {
|
|||
// Улучшение - улучшенный Deposit
|
||||
event.shapeless('sophisticatedbackpacks:advanced_deposit_upgrade', [
|
||||
'sophisticatedbackpacks:deposit_upgrade',
|
||||
'#forge:circuits/mv'
|
||||
'#gtceu:circuits/mv'
|
||||
]);
|
||||
|
||||
// Улучшение - Restock
|
||||
|
|
@ -277,15 +277,15 @@ const registerSophisticatedBackpacksRecipes = (event) => {
|
|||
A: 'gtceu:lv_robot_arm',
|
||||
B: 'gtceu:lv_conveyor_module',
|
||||
C: 'sophisticatedbackpacks:upgrade_base',
|
||||
D: '#forge:batteries/lv',
|
||||
D: '#gtceu:batteries/lv',
|
||||
E: 'gtceu:manganese_phosphide_single_wire',
|
||||
F: '#forge:circuits/lv',
|
||||
F: '#gtceu:circuits/lv',
|
||||
});
|
||||
|
||||
// Улучшение - улучшенный Restock
|
||||
event.shapeless('sophisticatedbackpacks:advanced_restock_upgrade', [
|
||||
'sophisticatedbackpacks:restock_upgrade',
|
||||
'#forge:circuits/mv'
|
||||
'#gtceu:circuits/mv'
|
||||
]);
|
||||
|
||||
// Улучшение - Refill
|
||||
|
|
@ -295,8 +295,8 @@ const registerSophisticatedBackpacksRecipes = (event) => {
|
|||
'CBA'
|
||||
], {
|
||||
A: 'gtceu:manganese_phosphide_single_wire',
|
||||
B: '#forge:circuits/lv',
|
||||
C: '#forge:batteries/lv',
|
||||
B: '#gtceu:circuits/lv',
|
||||
C: '#gtceu:batteries/lv',
|
||||
D: 'gtceu:lv_robot_arm',
|
||||
E: 'sophisticatedbackpacks:upgrade_base'
|
||||
});
|
||||
|
|
@ -304,7 +304,7 @@ const registerSophisticatedBackpacksRecipes = (event) => {
|
|||
// Улучшение - улучшенный Refill
|
||||
event.shapeless('sophisticatedbackpacks:advanced_refill_upgrade', [
|
||||
'sophisticatedbackpacks:refill_upgrade',
|
||||
'#forge:circuits/mv'
|
||||
'#gtceu:circuits/mv'
|
||||
]);
|
||||
|
||||
// Улучшение - Everlasting
|
||||
|
|
@ -315,9 +315,9 @@ const registerSophisticatedBackpacksRecipes = (event) => {
|
|||
], {
|
||||
A: 'gtceu:zpm_field_generator',
|
||||
B: '#forge:plates/neutronium',
|
||||
C: '#forge:circuits/zpm',
|
||||
C: '#gtceu:circuits/zpm',
|
||||
D: 'sophisticatedbackpacks:upgrade_base',
|
||||
E: '#forge:batteries/zpm'
|
||||
E: '#gtceu:batteries/zpm'
|
||||
});
|
||||
|
||||
// Улучшение - верстак
|
||||
|
|
@ -338,9 +338,9 @@ const registerSophisticatedBackpacksRecipes = (event) => {
|
|||
'CDC',
|
||||
'AEA'
|
||||
], {
|
||||
A: '#forge:circuits/iv',
|
||||
A: '#gtceu:circuits/iv',
|
||||
B: 'gtceu:samarium_iron_arsenic_oxide_single_wire',
|
||||
C: '#forge:batteries/iv',
|
||||
C: '#gtceu:batteries/iv',
|
||||
D: 'sophisticatedbackpacks:upgrade_base',
|
||||
E: 'gtceu:iv_field_generator'
|
||||
});
|
||||
|
|
@ -363,7 +363,7 @@ const registerSophisticatedBackpacksRecipes = (event) => {
|
|||
'DEF',
|
||||
'CGA'
|
||||
], {
|
||||
A: '#forge:circuits/lv',
|
||||
A: '#gtceu:circuits/lv',
|
||||
B: '#tfc:pickaxes',
|
||||
C: 'gtceu:lv_robot_arm',
|
||||
D: '#tfc:hoes',
|
||||
|
|
@ -375,6 +375,6 @@ const registerSophisticatedBackpacksRecipes = (event) => {
|
|||
// Улучшение - улучшенный ToolSwapper
|
||||
event.shapeless('sophisticatedbackpacks:advanced_tool_swapper_upgrade', [
|
||||
'sophisticatedbackpacks:tool_swapper_upgrade',
|
||||
'#forge:circuits/mv'
|
||||
'#gtceu:circuits/mv'
|
||||
]);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue