diff options
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r-- | doc/lua_api.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 56f8dbaae..3fc815272 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -860,6 +860,7 @@ Look for examples in `games/minimal` or `games/minetest_game`. * `raillike` * `nodebox` -- See below. (**Experimental!**) * `mesh` -- use models for nodes +* `plantlike_rooted` `*_optional` drawtypes need less rendering time if deactivated (always client side). |