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