Pushing recent 0.9 alpha feedback (#877)

Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com>
Co-authored-by: Redeix <59435925+Redeix@users.noreply.github.com>
This commit is contained in:
Pyritie 2025-04-18 00:40:58 +01:00 committed by GitHub
parent fe127e7fd3
commit b9f3c51407
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
57 changed files with 2270 additions and 1406 deletions

View file

@ -73,6 +73,13 @@ const registerAFCRecipes = (event) => {
.bonus(false)
.id('afc:anvil/tree_tap')
event.recipes.gtceu.assembler('afc:tree_tap')
.itemInputs('#forge:ingots/copper')
.circuit(3)
.itemOutputs('afc:tree_tap')
.duration(50)
.EUt(7)
// TreeTap Heating
event.recipes.tfc.heating('afc:tree_tap', 1080)
.resultFluid(Fluid.of('gtceu:copper', 144))