fixed some inconsistencies with moon/mars deco plant EGH recipes

This commit is contained in:
Pyritie 2025-12-06 00:23:24 +00:00
parent a0bc4528eb
commit 095849edb0
2 changed files with 3 additions and 1 deletions

View file

@ -97,6 +97,7 @@ function registerTFGMoonPlantRecipes(event) {
.itemOutputs(`8x ${element.id}`)
.chancedOutput(element.id, 750, 0)
.chancedOutput(element.id, 500, 0)
.chancedOutput(element.id, 750, 0)
.duration(36000) // 30 mins
.circuit(1)
.EUt(GTValues.VA[GTValues.MV])
@ -108,6 +109,7 @@ function registerTFGMoonPlantRecipes(event) {
.itemOutputs(`8x ${element.id}`)
.chancedOutput(element.id, 4000, 0)
.chancedOutput(element.id, 3000, 0)
.chancedOutput(element.id, 4000, 0)
.duration(12000) // 30 mins
.circuit(2)
.EUt(GTValues.VA[GTValues.MV])