From 960e484040edc6e06eeb2f06d0bb1041a76eba92 Mon Sep 17 00:00:00 2001 From: FriendlyCube Date: Sat, 9 Dec 2023 13:28:26 +0200 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=BD=D1=8B=D0=B5=20=D1=82=D0=B5=D0=B3=D0=B8=20,=20=D1=81?= =?UTF-8?q?=D0=BF=D0=B0=D1=81=D0=B8=D0=B1=D0=BE=20=D1=80=D0=B0=D0=B7=D1=80?= =?UTF-8?q?=D0=B0=D0=B1=D0=B0=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kubejs/server_scripts/ae2/recipes.js | 40 ++++++++++++++++------------ 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/kubejs/server_scripts/ae2/recipes.js b/kubejs/server_scripts/ae2/recipes.js index 8f243fb86..db76023aa 100644 --- a/kubejs/server_scripts/ae2/recipes.js +++ b/kubejs/server_scripts/ae2/recipes.js @@ -189,11 +189,11 @@ const registerAE2Recipes = (event) => { 'CDB', 'EB ' ], { - A: '#forge:wires/fine/red_alloy', + A: '#forge:fine_wires/red_alloy', B: '#forge:plates/aluminium', C: 'ae2:calculation_processor', D: '#forge:circuits/mv', - E: '#forge:wires/fine/gold' + E: '#forge:fine_wires/gold' }); // Advanced Card @@ -202,11 +202,11 @@ const registerAE2Recipes = (event) => { 'CDB', 'EB ' ], { - A: '#forge:wires/fine/red_alloy', + A: '#forge:fine_wires/red_alloy', B: '#forge:plates/stainless_steel', C: 'ae2:calculation_processor', D: '#forge:circuits/hv', - E: '#forge:wires/fine/silver' + E: '#forge:fine_wires/silver' }); // Wireless Booster @@ -239,7 +239,7 @@ const registerAE2Recipes = (event) => { ], { A: 'ae2:quartz_glass', B: '#forge:plates/steel', - C: '#forge:wires/fine/red_alloy', + C: '#forge:fine_wires/red_alloy', D: '#forge:circuits/lv', }); @@ -251,7 +251,7 @@ const registerAE2Recipes = (event) => { ], { A: 'ae2:quartz_glass', B: '#forge:plates/stainless_steel', - C: '#forge:wires/fine/red_alloy', + C: '#forge:fine_wires/red_alloy', D: '#forge:circuits/lv', }); @@ -359,6 +359,11 @@ const registerAE2Recipes = (event) => { event.shapeless('ae2:interface', ['ae2:cable_interface']); event.shapeless('ae2:cable_interface', ['ae2:interface']); + //monitor + event.shapeless('ae2:semi_dark_monitor', ['ae2:dark_monitor']); + event.shapeless('ae2:dark_monitor', ['ae2:monitor']); + event.shapeless('ae2:monitor', ['ae2:semi_dark_monitor']); + // Cell Workbench event.shaped('ae2:cell_workbench', [ 'ABC', @@ -907,7 +912,7 @@ const registerAE2Recipes = (event) => { .itemInputs( '3x #forge:plates/steel', '2x #forge:sheets/polyethylene', - '4x #forge:wires/fine/red_alloy', + '4x #forge:fine_wires/red_alloy', '#forge:circuits/mv') .itemOutputs('ae2:blank_pattern') .duration(200) @@ -916,7 +921,7 @@ const registerAE2Recipes = (event) => { .itemInputs( '3x #forge:plates/steel', '2x #forge:sheets/polyvinyl_chloride', - '4x #forge:wires/fine/red_alloy', + '4x #forge:fine_wires/red_alloy', '#forge:circuits/mv') .itemOutputs('4x ae2:blank_pattern') .duration(200) @@ -925,7 +930,7 @@ const registerAE2Recipes = (event) => { .itemInputs( '3x #forge:plates/steel', '2x #forge:sheets/polytetrafluoroethylene', - '4x #forge:wires/fine/red_alloy', + '4x #forge:fine_wires/red_alloy', '#forge:circuits/mv') .itemOutputs('16x ae2:blank_pattern') .duration(200) @@ -934,7 +939,7 @@ const registerAE2Recipes = (event) => { .itemInputs( '3x #forge:plates/steel', '2x #forge:sheets/polybenzimidazole', - '4x #forge:wires/fine/red_alloy', + '4x #forge:fine_wires/red_alloy', '#forge:circuits/mv') .itemOutputs('64x ae2:blank_pattern') .duration(200) @@ -1551,7 +1556,7 @@ const registerAE2Recipes = (event) => { 'ae2:printed_logic_processor', '#forge:circuits/lv', '2x #gtceu:resistors', - '2x #forge:wires/fine/tin',) + '2x #forge:fine_wires/tin',) .inputFluids(Fluid.of('gtceu:redstone', 144)) .itemOutputs('2x ae2:logic_processor') .duration(20) @@ -1563,7 +1568,7 @@ const registerAE2Recipes = (event) => { 'ae2:printed_logic_processor', '#forge:circuits/lv', 'gtceu:advanced_smd_resistor', - '2x #forge:wires/fine/tin',) + '2x #forge:fine_wires/tin',) .inputFluids(Fluid.of('gtceu:redstone', 144)) .itemOutputs('2x ae2:logic_processor') .duration(20) @@ -1577,7 +1582,7 @@ const registerAE2Recipes = (event) => { 'ae2:printed_calculation_processor', '#forge:circuits/lv', '2x #gtceu:resistors', - '2x #forge:wires/fine/tin',) + '2x #forge:fine_wires/tin',) .inputFluids(Fluid.of('gtceu:redstone', 144)) .itemOutputs('2x ae2:calculation_processor') .duration(20) @@ -1589,7 +1594,7 @@ const registerAE2Recipes = (event) => { 'ae2:printed_calculation_processor', '#forge:circuits/lv', 'gtceu:advanced_smd_resistor', - '2x #forge:wires/fine/tin',) + '2x #forge:fine_wires/tin',) .inputFluids(Fluid.of('gtceu:redstone', 144)) .itemOutputs('2x ae2:calculation_processor') .duration(20) @@ -1603,7 +1608,7 @@ const registerAE2Recipes = (event) => { 'ae2:printed_engineering_processor', '#forge:circuits/lv', '2x #gtceu:resistors', - '2x #forge:wires/fine/tin',) + '2x #forge:fine_wires/tin',) .inputFluids(Fluid.of('gtceu:redstone', 144)) .itemOutputs('2x ae2:engineering_processor') .duration(20) @@ -1615,7 +1620,7 @@ const registerAE2Recipes = (event) => { 'ae2:printed_engineering_processor', '#forge:circuits/lv', 'gtceu:advanced_smd_resistor', - '2x #forge:wires/fine/tin',) + '2x #forge:fine_wires/tin',) .inputFluids(Fluid.of('gtceu:redstone', 144)) .itemOutputs('2x ae2:engineering_processor') .duration(20) @@ -2396,7 +2401,8 @@ const registerAE2Recipes = (event) => { //chemical reactor event.recipes.gtceu.chemical_reactor('ae2:fluix_pearl') .itemInputs( - '4x #forge:gems/fluix') + '4x #forge:gems/fluix', + '#forge:gems/ender_eye') .inputFluids(Fluid.of('kubejs:fluix', 576)) .itemOutputs( 'ae2:fluix_pearl')