Re-add accidentally removed

This commit is contained in:
Jean-Patrick Guerrero
2019-09-29 15:24:04 +02:00
parent 29f87f2607
commit 07820fa37c
2 changed files with 14 additions and 0 deletions

4
API.md
View File

@ -82,6 +82,10 @@ craftguide.add_recipe_filter("Hide secretstuff", function(recipes)
end)
```
#### `craftguide.set_recipe_filter(name, function(recipe, player))`
Removes all recipe filters and adds a new one.
#### `craftguide.remove_recipe_filter(name)`
Removes the recipe filter with the given name.