From fd7695bb4faef0d2c033cf35993a366126c0ea85 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 1 Jan 2024 16:19:38 +0700 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B6=D0=B5=D0=BB=D0=B5=D0=B7=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kubejs/server_scripts/tfc/recipes.js | 42 ++++++++++++++++++++++++- kubejs/startup_scripts/tfc/constants.js | 2 +- mods | 2 +- 3 files changed, 43 insertions(+), 3 deletions(-) diff --git a/kubejs/server_scripts/tfc/recipes.js b/kubejs/server_scripts/tfc/recipes.js index db94dd908..df3449c6f 100644 --- a/kubejs/server_scripts/tfc/recipes.js +++ b/kubejs/server_scripts/tfc/recipes.js @@ -808,8 +808,10 @@ const registerTFCRecipes = (event) => { }) - //#region Удаление рецептов предметов из Cast Iron + //#region Фиксы рецептов предметов из Cast Iron + //#region Удаление + // Слиток event.remove({ id: `tfc:casting/cast_iron_ingot` }) event.remove({ id: `tfc:casting/cast_iron_fire_ingot` }) @@ -845,6 +847,44 @@ const registerTFCRecipes = (event) => { //#endregion + //#region Добавление + + event.recipes.tfc.heating('#forge:nuggets/iron', 1535) + .resultFluid(Fluid.of('tfc:metal/cast_iron', 16)) + .id(`tfg:heating/iron_nugget`) + + event.recipes.tfc.heating('#forge:tiny_dusts/iron', 1535) + .resultFluid(Fluid.of('tfc:metal/cast_iron', 16)) + .id(`tfg:heating/iron_tiny_dust`) + + event.recipes.tfc.heating('#forge:small_dusts/iron', 1535) + .resultFluid(Fluid.of('tfc:metal/cast_iron', 36)) + .id(`tfg:heating/iron_small_dust`) + + event.recipes.tfc.heating('#forge:dusts/iron', 1535) + .resultFluid(Fluid.of('tfc:metal/cast_iron', 144)) + .id(`tfg:heating/iron_dust`) + + event.recipes.tfc.heating('#forge:raw_materials/iron', 1535) + .resultFluid(Fluid.of('tfc:metal/cast_iron', 36)) + .id(`tfg:heating/raw_iron`) + + event.recipes.tfc.heating('#forge:ingots/iron', 1535) + .resultFluid(Fluid.of('tfc:metal/cast_iron', 144)) + .id(`tfg:heating/iron_ingot`) + + event.recipes.tfc.heating('#forge:plates/iron', 1535) + .resultFluid(Fluid.of('tfc:metal/cast_iron', 144)) + .id(`tfg:heating/iron_plate`) + + event.recipes.tfc.heating('#forge:storage_blocks/iron', 1535) + .resultFluid(Fluid.of('tfc:metal/cast_iron', 1296)) + .id(`tfg:heating/iron_block`) + + //#endregion + + //#endregion + //#region Фикс рецептов колоколов //#region Из золота diff --git a/kubejs/startup_scripts/tfc/constants.js b/kubejs/startup_scripts/tfc/constants.js index 9a12cf909..e4bbfffc3 100644 --- a/kubejs/startup_scripts/tfc/constants.js +++ b/kubejs/startup_scripts/tfc/constants.js @@ -943,7 +943,7 @@ global.METAL_TO_SPECS = { ] }, - // Обычное железо исправим руками + // Обычное железо исправим руками (Cast и Iron) steel: { forging_temp: 924, diff --git a/mods b/mods index e87444020..db71d4260 160000 --- a/mods +++ b/mods @@ -1 +1 @@ -Subproject commit e87444020b9ce4572d1b19ea59a05fa4c8256c8f +Subproject commit db71d42605a8dfde849fb4c22c84a4fcc56a4319