Fix all tfc:heating recipes being removed (#1988)

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
This commit is contained in:
GameStar 2025-10-08 21:57:36 -05:00 committed by GitHub
parent 4615054c54
commit 2575918016
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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))