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:
The Compendium System / The Atlassian Collective 2025-10-06 18:50:47 +02:00 committed by GitHub
parent d45e2f164a
commit 7db93fb9dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1327,6 +1327,18 @@ function registerTFGMiscellaneousRecipes(event) {
'tfg: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')
.itemInputs('tfg:flax_product')
.itemOutputs('2x tfg:flax_line', 'tfg:flax_tow', 'tfc:groundcover/humus')