This commit is contained in:
Pyritie 2025-10-06 18:29:24 +01:00
commit dc2c4af1f5
6 changed files with 22 additions and 2 deletions

View file

@ -24,6 +24,9 @@ function registerTFGHeatData(event) {
event.itemHeat("tfg:sunflower_product", 1, null, null);
event.itemHeat("tfg:roasted_sunflower_seeds", 1, null, null);
event.itemHeat("#tfc:powders", 1, null, null);
event.itemHeat('betterend:cave_pumpkin_pie_raw', 1.0, null, null);
event.itemHeat('betterend:cave_pumpkin_pie', 1.0, null, null);
}
/** @param {Internal.TFCDataEventJS} event */

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