Still
ModTweaker allows you to add or remove forestry Still Recipes
Calling
You can call the package using mods.forestry.Still
Recipe Removal
//mods.forestry.Still.removeRecipe(ILiquidStack output, @Optional ILiquidStack fluidInput);mods.forestry.Still.removeRecipe(<liquid:bio.ethanol>);mods.forestry.Still.removeRecipe(<liquid:refinedcanolaoil>,<liquid:canolaoil>);
Recipe Addition
//mods.forestry.Still.addRecipe(ILiquidStack fluidOutput, ILiquidStack fluidInput, int timePerUnit);mods.forestry.Still.addRecipe(<liquid:lava>, <liquid:water>, 200);