Added furnace recipe for dead grass to match drying recipe (#2935)

Signed-off-by: Coox1e <166007852+Coox1e@users.noreply.github.com>
This commit is contained in:
Coox1e 2026-02-01 23:35:04 +11:00 committed by GitHub
parent 30ddad417a
commit 45ac3cb2a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,6 +66,11 @@ function registerTFGCompostRecipes(event) {
.duration(600)
.EUt(2)
event.smelting(
'1x tfc:groundcover/dead_grass',
'tfc:thatch'
).id('tfg:smelting/thatch_drying_furnace')
event.recipes.gtceu.fermenter('tfg:fertilizer_to_compost')
.itemInputs('4x gtceu:fertilizer')
.itemOutputs('tfc:compost')