From 41ee5d7b44f5a482b410ac32e6cf0fd8d61f66f6 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 6 Jul 2025 01:01:39 +0100 Subject: [PATCH] let's give these more fruits --- kubejs/server_scripts/tfg/recipes.space.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubejs/server_scripts/tfg/recipes.space.js b/kubejs/server_scripts/tfg/recipes.space.js index f579b56e0..60845e78c 100644 --- a/kubejs/server_scripts/tfg/recipes.space.js +++ b/kubejs/server_scripts/tfg/recipes.space.js @@ -117,7 +117,7 @@ function registerTFGSpaceRecipes(event) { // Chorus event.recipes.gtceu.greenhouse('tfg:chorus') .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', 5000, 1000) .duration(36000) // 30 mins @@ -128,7 +128,7 @@ function registerTFGSpaceRecipes(event) { event.recipes.gtceu.greenhouse('tfg:chorus_helium') .itemInputs('8x tfg:lunar_chorus_flower') .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', 6000, 1000) .duration(12000) // 10 mins