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

@ -15,9 +15,13 @@ function registerTFGWoodRecipes(event) {
.duration(20 * 5)
.EUt(GTValues.VA[GTValues.LV])
event.recipes.create.splashing([Item.of('tfc:powder/wood_ash').withChance(0.25), Item.of('minecraft:stick').withChance(0.25)], 'tfc:torch')
.id('tfg:splashing/wash_torch')
event.recipes.greate.splashing(
[Item.of('tfc:powder/wood_ash').withChance(0.25), Item.of('minecraft:stick').withChance(0.25)],
['tfc:torch', Fluid.of('minecraft:water', 100)]
)
.recipeTier(0)
.id('tfg:splashing/wash_torch')
// Just a dummy recipe to tell people they can get wood ash by throwing torches in water via TFC
event.custom({
type: "ae2:transform",