Rework of all resins (#1550)

* Rework of the resins done

* Fix wood gas
This commit is contained in:
TomPlop 2025-08-07 15:46:50 -04:00 committed by GitHub
parent 8c1aec9d30
commit e4a9c2de6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 174 additions and 55 deletions

View file

@ -359,7 +359,7 @@ function registerTFGFoodRecipes(event) {
circuit: 6,
itemInputs: [item],
itemOutputs: [item],
fluidInputs: [Fluid.of('gtceu:wood_gas', 50)],
fluidInputs: [Fluid.of('gtceu:wood_gas', 5)],
itemOutputProvider: TFC.isp.copyInput().addTrait("firmalife:smoked")
})
})