Greate splashing update (#2995)

* update to greate 0.0.65

* update greate and pakku, add circuits to fan recipes

* that doesn't work

* add ore deposits too
This commit is contained in:
Pyritie 2026-02-07 11:20:59 +00:00 committed by GitHub
parent 82114352d8
commit 2efa0180a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 135 additions and 52 deletions

View file

@ -308,6 +308,13 @@ function registerTFCMetalsRecipes(event) {
.itemOutputs(`1x tfc:ore/normal_${ore}`)
.duration(20)
.EUt(GTValues.VHA[GTValues.LV])
event.recipes.greate.splashing(
[`tfc:ore/normal_${ore}`],
[`1x tfc:deposit/${ore}/${stone}`, Fluid.of('minecraft:water', 100)]
)
.recipeTier(1)
.id(`tfg:splashing/${ore}/${stone}_deposit`)
})
})
//#endregion