diff --git a/kubejs/server_scripts/tfg/recipes.miscellaneous.js b/kubejs/server_scripts/tfg/recipes.miscellaneous.js index e2a8470a8..3c1ce08b0 100644 --- a/kubejs/server_scripts/tfg/recipes.miscellaneous.js +++ b/kubejs/server_scripts/tfg/recipes.miscellaneous.js @@ -250,9 +250,9 @@ function registerTFGMiscellaneousRecipes(event) { .id('tfg:quern/ice_dust') event.recipes.gtceu.macerator('tfg:macerating_ice_shavings') - .itemInputs('4x firmalife:ice_shavings') - .itemOutputs('#forge:dusts/ice') - .duration(40) + .itemInputs('firmalife:ice_shavings') + .itemOutputs('#forge:small_dusts/ice') + .duration(10) .EUt(GTValues.VA[GTValues.ULV]) event.recipes.gtceu.macerator('tfg:macerating_ice_shavings_reverse')