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

@ -236,7 +236,7 @@ function registerTFGMarsRecipes(event) {
const recipeId = `greenhouse_${itemId.replace(':', '_')}`;
generateGreenHouseRecipe(event, itemId, 'tfg:semiheavy_ammoniacal_water', 8000, `8x ${itemId}`,
recipeId, 'ad_astra:mars', 8, null, GTValues.VA[GTValues.LV]);
recipeId, 'ad_astra:mars', 8, itemId, GTValues.VA[GTValues.LV]);
});
generateGreenHouseRecipe(event, '8x betterend:amber_root_seeds', 'tfg:semiheavy_ammoniacal_water', 8000,

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])