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:
parent
30ddad417a
commit
45ac3cb2a4
1 changed files with 5 additions and 0 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue