fixed maple log centrifuge recipe to be the right kind of wood pulp
This commit is contained in:
parent
5ad5a6c892
commit
fa9b9687ab
1 changed files with 2 additions and 2 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue