diff options
author | Wuzzy <wuzzy2@mail.ru> | 2019-12-24 18:12:31 +0000 |
---|---|---|
committer | SmallJoker <SmallJoker@users.noreply.github.com> | 2019-12-24 19:12:31 +0100 |
commit | 7199dc75598e2900141c618ca01d23113c711be5 (patch) | |
tree | 975b31cb5bc4d9a831a10820b2d36f463268b413 | |
parent | 9c28acd29b4151a22e305c666b6aeafadc190a59 (diff) | |
download | minetest-7199dc75598e2900141c618ca01d23113c711be5.tar.gz minetest-7199dc75598e2900141c618ca01d23113c711be5.tar.bz2 minetest-7199dc75598e2900141c618ca01d23113c711be5.zip |
Document permissible group ratings (#9236)
-rw-r--r-- | doc/lua_api.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 7663b5c9e..35be95d51 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -1481,7 +1481,8 @@ Usage ----- Groups are stored in a table, having the group names with keys and the -group ratings as values. For example: +group ratings as values. Group ratings are integer values within the +range [-32767, 32767]. For example: -- Default dirt groups = {crumbly=3, soil=1} |