Add assembler and smelting recipes for firmalife ovens (#2220)
* Add assembler and smelting recipes for firmalife ovens * Add oven heating recipes * Update ids and changelog --------- Signed-off-by: Redeix <brayden.j.m.ford@gmail.com> Co-authored-by: Redeix <brayden.j.m.ford@gmail.com>
This commit is contained in:
parent
1a3ae0f4e7
commit
0abf0c3357
3 changed files with 39 additions and 0 deletions
|
|
@ -1015,4 +1015,21 @@ const registerFirmaLifeRecipes = (event) => {
|
|||
},
|
||||
"duration": 16000
|
||||
}).id('tfg:barrel/shosha_wheel')
|
||||
|
||||
// #region Oven heating recipes
|
||||
|
||||
event.recipes.tfc.heating(`firmalife:oven_top`, 1399)
|
||||
.resultItem(`firmalife:cured_oven_top`)
|
||||
.id(`tfg:heating/oven_top`)
|
||||
event.recipes.tfc.heating(`firmalife:oven_chimney`, 1399)
|
||||
.resultItem(`firmalife:cured_oven_chimney`)
|
||||
.id(`tfg:heating/oven_chimney`)
|
||||
event.recipes.tfc.heating(`firmalife:oven_bottom`, 1399)
|
||||
.resultItem(`firmalife:cured_oven_bottom`)
|
||||
.id(`tfg:heating/oven_bottom`)
|
||||
event.recipes.tfc.heating(`firmalife:oven_hopper`, 1399)
|
||||
.resultItem(`firmalife:cured_oven_hopper`)
|
||||
.id(`tfg:heating/oven_hopper`)
|
||||
|
||||
// #endregion
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue