diff --git a/kubejs/server_scripts/gregtech/utility.js b/kubejs/server_scripts/gregtech/utility.js index b34746d18..b8a66896e 100644 --- a/kubejs/server_scripts/gregtech/utility.js +++ b/kubejs/server_scripts/gregtech/utility.js @@ -34,7 +34,7 @@ const generateGreenHouseRecipe = (event, input, fluid_amount, output, id) => { .chancedOutput(input, 7500, 0) .chancedOutput(input, 5000, 0) .duration(36000) // 30 mins - .EUt(72) + .EUt(GTValues.VA[GTValues.LV]) // С удобрением event.recipes.gtceu.greenhouse(`${id}_fertilized`) @@ -46,7 +46,7 @@ const generateGreenHouseRecipe = (event, input, fluid_amount, output, id) => { .chancedOutput(input, 8500, 0) .chancedOutput(input, 6000, 0) .duration(12000) // 10 mins - .EUt(196) + .EUt(GTValues.VA[GTValues.LV]) } const getFillingNBT = (material, amount) => {