buffed EGH sapling amount

This commit is contained in:
Pyritie 2025-08-14 20:35:38 +01:00
parent f0466e53bd
commit 5ad5a6c892
4 changed files with 9 additions and 5 deletions

View file

@ -106,6 +106,7 @@ function registerTFGSpaceRecipes(event) {
.itemOutputs('64x minecraft:chorus_fruit')
.chancedOutput('8x tfg:lunar_chorus_flower', 750, 0)
.chancedOutput('8x tfg:lunar_chorus_flower', 500, 0)
.chancedOutput('8x tfg:lunar_chorus_flower', 750, 0)
.duration(36000) // 30 mins
.circuit(1)
.EUt(GTValues.VA[GTValues.MV])
@ -117,6 +118,7 @@ function registerTFGSpaceRecipes(event) {
.itemOutputs('64x minecraft:chorus_fruit')
.chancedOutput('8x tfg:lunar_chorus_flower', 4000, 0)
.chancedOutput('8x tfg:lunar_chorus_flower', 3000, 0)
.chancedOutput('8x tfg:lunar_chorus_flower', 4000, 0)
.duration(12000) // 10 mins
.circuit(2)
.EUt(GTValues.VA[GTValues.MV])