recipes
This commit is contained in:
parent
07405e9002
commit
351eb15d49
3 changed files with 11 additions and 6 deletions
|
|
@ -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)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue