исправления железа
This commit is contained in:
parent
5221a06f0e
commit
fd7695bb4f
3 changed files with 43 additions and 3 deletions
|
|
@ -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
|
|
@ -1 +1 @@
|
|||
Subproject commit e87444020b9ce4572d1b19ea59a05fa4c8256c8f
|
||||
Subproject commit db71d42605a8dfde849fb4c22c84a4fcc56a4319
|
||||
Loading…
Add table
Add a link
Reference in a new issue