Fix all tfc:heating recipes being removed (#1988)
Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
This commit is contained in:
parent
4615054c54
commit
2575918016
1 changed files with 1 additions and 1 deletions
|
|
@ -772,7 +772,7 @@ const registerFirmaLifeRecipes = (event) => {
|
|||
event.remove({ id: recipeID })
|
||||
event.remove({ id: castingRecipeID })
|
||||
event.remove({ id: `${castingRecipeID}_fire_ingot` })
|
||||
event.remove({ type: 'tfc:heating', ingredient: { item: itemID } })
|
||||
event.remove({ id: `tfcchannelcasting:heating/food/${variant}_chocolate` })
|
||||
|
||||
event.recipes.tfc.heating(itemID, 200)
|
||||
.resultFluid(Fluid.of(fluidID, 144))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue