let's give these more fruits

This commit is contained in:
Pyritie 2025-07-06 01:01:39 +01:00
parent d80c5a0e84
commit 41ee5d7b44

View file

@ -117,7 +117,7 @@ function registerTFGSpaceRecipes(event) {
// Chorus // Chorus
event.recipes.gtceu.greenhouse('tfg:chorus') event.recipes.gtceu.greenhouse('tfg:chorus')
.itemInputs('8x tfg:lunar_chorus_flower') .itemInputs('8x tfg:lunar_chorus_flower')
.itemOutputs('32x minecraft:chorus_fruit') .itemOutputs('64x minecraft:chorus_fruit')
.chancedOutput('8x tfg:lunar_chorus_flower', 7500, 1000) .chancedOutput('8x tfg:lunar_chorus_flower', 7500, 1000)
.chancedOutput('8x tfg:lunar_chorus_flower', 5000, 1000) .chancedOutput('8x tfg:lunar_chorus_flower', 5000, 1000)
.duration(36000) // 30 mins .duration(36000) // 30 mins
@ -128,7 +128,7 @@ function registerTFGSpaceRecipes(event) {
event.recipes.gtceu.greenhouse('tfg:chorus_helium') event.recipes.gtceu.greenhouse('tfg:chorus_helium')
.itemInputs('8x tfg:lunar_chorus_flower') .itemInputs('8x tfg:lunar_chorus_flower')
.inputFluids(Fluid.of('gtceu:helium_3', 2000)) .inputFluids(Fluid.of('gtceu:helium_3', 2000))
.itemOutputs('32x minecraft:chorus_fruit') .itemOutputs('64x minecraft:chorus_fruit')
.chancedOutput('8x tfg:lunar_chorus_flower', 8500, 1000) .chancedOutput('8x tfg:lunar_chorus_flower', 8500, 1000)
.chancedOutput('8x tfg:lunar_chorus_flower', 6000, 1000) .chancedOutput('8x tfg:lunar_chorus_flower', 6000, 1000)
.duration(12000) // 10 mins .duration(12000) // 10 mins