This commit is contained in:
Dmitry 2024-02-03 16:40:54 +07:00
parent 07405e9002
commit 351eb15d49
3 changed files with 11 additions and 6 deletions

View file

@ -66,8 +66,8 @@ const generateGreenHouseRecipe = (event, input, fluid_amount, output, id) => {
.itemOutputs(output)
.chancedOutput(input, 7500, 0)
.chancedOutput(input, 5000, 0)
.duration(32000)
.EUt(240)
.duration(64000)
.EUt(128)
// С удобрением
event.recipes.gtceu.greenhouse(`${id}_fertilized`)
@ -79,5 +79,5 @@ const generateGreenHouseRecipe = (event, input, fluid_amount, output, id) => {
.chancedOutput(input, 8500, 0)
.chancedOutput(input, 6000, 0)
.duration(16000)
.EUt(240)
.EUt(256)
}