From adc9932c2ea6dfe28e84075dd4f45df5472fd4c2 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 7 Jun 2025 18:52:45 +0100 Subject: [PATCH] =?UTF-8?q?removed=20FE=20cables=20=F0=9F=92=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kubejs/server_scripts/ad_astra/recipes.js | 30 +++++++++----------- kubejs/startup_scripts/ad_astra/constants.js | 4 ++- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/kubejs/server_scripts/ad_astra/recipes.js b/kubejs/server_scripts/ad_astra/recipes.js index 240a1c25a..a1a614b24 100644 --- a/kubejs/server_scripts/ad_astra/recipes.js +++ b/kubejs/server_scripts/ad_astra/recipes.js @@ -325,25 +325,21 @@ const registerAdAstraRecipes = (event) => { //#endregion - //#region Стальной FE кабель т1 + //#region FE cables - event.recipes.gtceu.assembler('tfg:ad_astra_steel_cable') - .itemInputs('#forge:single_wires/manganese_phosphide', '#forge:plates/polyethylene') - .inputFluids(Fluid.of('gtceu:redstone', 144)) - .itemOutputs('ad_astra:steel_cable') - .duration(60) - .EUt(120) + //event.recipes.gtceu.assembler('tfg:ad_astra_steel_cable') + // .itemInputs('#forge:single_wires/manganese_phosphide', '#forge:plates/polyethylene') + // .inputFluids(Fluid.of('gtceu:redstone', 144)) + // .itemOutputs('ad_astra:steel_cable') + // .duration(60) + // .EUt(120) - //#endregion - - //#region FE кабель т2 - - event.recipes.gtceu.assembler('tfg:ad_astra_desh_cable') - .itemInputs('#forge:single_wires/magnesium_diboride', '#forge:plates/polyvinyl_chloride') - .inputFluids(Fluid.of('gtceu:redstone', 288)) - .itemOutputs('ad_astra:desh_cable') - .duration(60) - .EUt(480) + //event.recipes.gtceu.assembler('tfg:ad_astra_desh_cable') + // .itemInputs('#forge:single_wires/magnesium_diboride', '#forge:plates/polyvinyl_chloride') + // .inputFluids(Fluid.of('gtceu:redstone', 288)) + // .itemOutputs('ad_astra:desh_cable') + // .duration(60) + // .EUt(480) //#endregion diff --git a/kubejs/startup_scripts/ad_astra/constants.js b/kubejs/startup_scripts/ad_astra/constants.js index 3f3ceb1b5..2c47358a8 100644 --- a/kubejs/startup_scripts/ad_astra/constants.js +++ b/kubejs/startup_scripts/ad_astra/constants.js @@ -44,8 +44,10 @@ global.AD_ASTRA_DISABLED_ITEMS = 'ad_astra:steel_plate', 'ad_astra:steel_rod', 'ad_astra:ti_69', + 'ad_astra:steel_cable', + 'ad_astra:desh_cable', - // Don't integrate these, several systems rely on all ore blocks being gregtech's generated ones + // Don't tag prefix these, several systems rely on all ore blocks being gregtech's generated ones 'ad_astra:moon_ice_shard_ore', 'ad_astra:deepslate_ice_shard_ore', 'ad_astra:mars_ice_shard_ore',