исправления железа

This commit is contained in:
Dmitry 2024-01-01 16:19:38 +07:00
parent 5221a06f0e
commit fd7695bb4f
3 changed files with 43 additions and 3 deletions

View file

@ -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 Из золота