исправления железа
This commit is contained in:
@@ -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 Из золота
|
||||
|
||||
@@ -943,7 +943,7 @@ global.METAL_TO_SPECS = {
|
||||
]
|
||||
},
|
||||
|
||||
// Обычное железо исправим руками
|
||||
// Обычное железо исправим руками (Cast и Iron)
|
||||
|
||||
steel: {
|
||||
forging_temp: 924,
|
||||
|
||||
2
mods
2
mods
Submodule mods updated: e87444020b...db71d42605
Reference in New Issue
Block a user