electric greenhouse now uses way less electricity

This commit is contained in:
Pyritie 2025-05-18 22:07:56 +01:00
parent 0c23be893a
commit 027039d44a

View file

@ -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) => {