diff --git a/kubejs/server_scripts/afc/recipes.js b/kubejs/server_scripts/afc/recipes.js index 7e3acf87a..1ef18f35f 100644 --- a/kubejs/server_scripts/afc/recipes.js +++ b/kubejs/server_scripts/afc/recipes.js @@ -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])