diff --git a/kubejs/server_scripts/gregtech/utility.js b/kubejs/server_scripts/gregtech/utility.js index b8a66896e..9037440ec 100644 --- a/kubejs/server_scripts/gregtech/utility.js +++ b/kubejs/server_scripts/gregtech/utility.js @@ -35,6 +35,7 @@ const generateGreenHouseRecipe = (event, input, fluid_amount, output, id) => { .chancedOutput(input, 5000, 0) .duration(36000) // 30 mins .EUt(GTValues.VA[GTValues.LV]) + .dimension('minecraft:overworld') // С удобрением event.recipes.gtceu.greenhouse(`${id}_fertilized`) @@ -47,6 +48,7 @@ const generateGreenHouseRecipe = (event, input, fluid_amount, output, id) => { .chancedOutput(input, 6000, 0) .duration(12000) // 10 mins .EUt(GTValues.VA[GTValues.LV]) + .dimension('minecraft:overworld') } const getFillingNBT = (material, amount) => {