This commit is contained in:
Pyritie 2025-08-02 14:14:34 +01:00
parent 1aaa124013
commit 760d4e5e0f
2 changed files with 6 additions and 0 deletions

View file

@ -24,6 +24,7 @@
- Added Invar as a TFC-compatible metal (#1496) @Pyritie
- Added extruder/curving press recipes for Tuyeres (#1499) @Pyritie
- Added recipes for more train tracks @Pyritie
- Added a recipe to get Wood Gas for your food processor in LV (#1491) @Pyritie
### Bug fixes
- Some bug fixes for the electric refrigerators @gustovafing
- Fixed not being able to craft fine wire in a coiling machine for materials that didn't also have normal wire @Pyritie

View file

@ -1304,4 +1304,9 @@ const registerGTCEURecipes = (event) => {
F: 'gtceu:stainless_steel_huge_fluid_pipe'
}).id('tfg:shaped/large_centrifuge')
event.recipes.gtceu.extractor('tfg:logs_to_wood_gas')
.itemInputs('#minecraft:logs_that_burn')
.outputFluids('gtceu:wood_gas 100')
.duration(100)
.EUt(GTValues.VA[GTValues.LV])
}