Add missing doc

This commit is contained in:
Jean-Patrick Guerrero
2021-10-18 21:11:07 +02:00
parent 744c9d5b02
commit b6d36e59b0
2 changed files with 8 additions and 3 deletions

5
API.md
View File

@ -246,6 +246,11 @@ Returns a map of search filters, indexed by name.
If set, the mod will export all the cached recipes and usages in a JSON format
to the given URL (HTTP support is required¹).
#### `groups = {bag = <1-3>}`
The `bag` group in the item definition allows to extend the player inventory size
according to a number between 1 and 3.
---
**¹** Add `i3` to the `secure.http_mods` or `secure.trusted_mods` setting in `minetest.conf`.