Update recipes.js
This commit is contained in:
parent
3c4efed789
commit
5ff36b04a8
1 changed files with 8 additions and 0 deletions
|
|
@ -967,10 +967,18 @@ const registerTFCRecipes = (event) => {
|
|||
.resultFluid(Fluid.of('tfc:metal/cast_iron', 144))
|
||||
.id(`tfg:heating/iron_dust`)
|
||||
|
||||
event.recipes.tfc.heating('#forge:poor_raw_materials/iron', 1535)
|
||||
.resultFluid(Fluid.of('tfc:metal/cast_iron', 24))
|
||||
.id(`tfg:heating/poor_raw_iron`)
|
||||
|
||||
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:rich_raw_materials/iron', 1535)
|
||||
.resultFluid(Fluid.of('tfc:metal/cast_iron', 48))
|
||||
.id(`tfg:heating/rich_raw_iron`)
|
||||
|
||||
event.recipes.tfc.heating('#forge:ingots/iron', 1535)
|
||||
.resultFluid(Fluid.of('tfc:metal/cast_iron', 144))
|
||||
.id(`tfg:heating/iron_ingot`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue