added some more useful recipes for excess chorus flowers
This commit is contained in:
parent
0b1c7af4d9
commit
a985ee6fdd
2 changed files with 11 additions and 0 deletions
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue