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:
parent
82114352d8
commit
2efa0180a8
8 changed files with 135 additions and 52 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue