New ULV Flax Cutter Recipe (#1968)
* oops I might've hit space and made linux upset mb gang * > metal bar > look inside > not a metal bar * sns is a mess huh * sns is a mess huh (fixed sns and sophisticated backpack stuff) * hot potato (pun intended) * made bulbkin pie not allergic to firmalife ovens * flax cutter recipe --------- Co-authored-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
d45e2f164a
commit
7db93fb9dd
1 changed files with 12 additions and 0 deletions
|
|
@ -1327,6 +1327,18 @@ function registerTFGMiscellaneousRecipes(event) {
|
||||||
'tfg:flax_tow'
|
'tfg:flax_tow'
|
||||||
).id('tfg:scraping/flax_tow')
|
).id('tfg:scraping/flax_tow')
|
||||||
|
|
||||||
|
event.recipes.gtceu.cutter('tfg:flax_line_in_cutter')
|
||||||
|
.itemInputs('tfg:flax_product')
|
||||||
|
.itemOutputs('2x tfg:flax_line', 'tfg:flax_waste')
|
||||||
|
.duration(60)
|
||||||
|
.EUt(2)
|
||||||
|
|
||||||
|
event.recipes.gtceu.cutter('tfg:flax_tow_in_cutter')
|
||||||
|
.itemInputs('tfg:flax_waste')
|
||||||
|
.itemOutputs('1x tfg:flax_tow', '1x tfc:groundcover/humus')
|
||||||
|
.duration(60)
|
||||||
|
.EUt(2)
|
||||||
|
|
||||||
event.recipes.gtceu.centrifuge('tfg:flax_product')
|
event.recipes.gtceu.centrifuge('tfg:flax_product')
|
||||||
.itemInputs('tfg:flax_product')
|
.itemInputs('tfg:flax_product')
|
||||||
.itemOutputs('2x tfg:flax_line', 'tfg:flax_tow', 'tfc:groundcover/humus')
|
.itemOutputs('2x tfg:flax_line', 'tfg:flax_tow', 'tfc:groundcover/humus')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue