fixed maple log centrifuge recipe to be the right kind of wood pulp

This commit is contained in:
Pyritie 2025-08-14 20:38:00 +01:00
parent 5ad5a6c892
commit fa9b9687ab

View file

@ -291,7 +291,7 @@ const registerAFCRecipes = (event) => {
.itemInputs('#tfc:maple_logs')
.chancedOutput('afc:maple_sugar', 7500, 0)
.chancedOutput('gtceu:plant_ball', 3750, 0)
.chancedOutput('gtceu:wood_dust', 2500, 0)
.chancedOutput('gtceu:hardwood_dust', 2500, 0)
.outputFluids(Fluid.of('gtceu:methane', 60), Fluid.of('afc:maple_syrup', 100))
.duration(20*20)
.EUt(GTValues.VA[GTValues.MV])
@ -300,7 +300,7 @@ const registerAFCRecipes = (event) => {
.itemInputs('#tfc:birch_logs')
.chancedOutput('afc:birch_sugar', 7500, 0)
.chancedOutput('gtceu:plant_ball', 3750, 0)
.chancedOutput('gtceu:wood_dust', 2500, 0)
.chancedOutput('gtceu:hardwood_dust', 2500, 0)
.outputFluids(Fluid.of('gtceu:methane', 60), Fluid.of('afc:birch_syrup', 100))
.duration(20*20)
.EUt(GTValues.VA[GTValues.MV])