added some more useful recipes for excess chorus flowers

This commit is contained in:
Pyritie 2025-09-26 23:09:51 +01:00
parent 0b1c7af4d9
commit a985ee6fdd
2 changed files with 11 additions and 0 deletions

View file

@ -158,6 +158,16 @@ function registerTFGSpaceRecipes(event) {
.EUt(GTValues.VA[GTValues.MV])
.dimension('ad_astra:moon')
event.recipes.gtceu.fermenter('tfg:chorus_flower')
.itemInputs('tfg:lunar_chorus_flower')
.inputFluids(Fluid.of('gtceu:biomass', 20))
.chancedOutput('ae2:ender_dust', 100, 0)
.outputFluids(Fluid.of('gtceu:nitrogen', 1000))
.circuit(2)
.duration(5 * 20)
.EUt(GTValues.VA[GTValues.MV])
.dimension('ad_astra:moon')
// Lightblooms
event.recipes.gtceu.greenhouse('tfg:lightbloom')
.notConsumable('8x minecraft:twisting_vines')

View file

@ -13,6 +13,7 @@ const registerTFGItemTags = (event) => {
event.add('tfc:compost_greens_high', 'tfg:rapeseed_product')
event.add('tfc:compost_greens_high', 'tfg:sunflower_product')
event.add('tfc:compost_greens_high', 'tfg:flax_product')
event.add('tfc:compost_greens_high', 'tfg:lunar_chorus_flower')
event.add('tfg:water_breathing_ingredients', 'tfg:rapeseed_product')
event.add('tfg:night_vision_ingredients', 'tfg:sunflower_product')