Still
Link to still
ModTweaker allows you to add or remove forestry Still Recipes
Calling
Link to calling
You can call the package using mods.forestry.Still
Recipe Removal
Link to recipe-removal
ZenScript Copy//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
Link to recipe-addition
ZenScript Copy//mods.forestry.Still.addRecipe(ILiquidStack fluidOutput, ILiquidStack fluidInput, int timePerUnit);
mods.forestry.Still.addRecipe(<liquid:lava>, <liquid:water>, 200);