diff options
author | ShadowNinja <shadowninja@minetest.net> | 2014-01-08 17:09:23 -0500 |
---|---|---|
committer | ShadowNinja <shadowninja@minetest.net> | 2014-01-08 17:10:57 -0500 |
commit | c3eb7fe316fc74892288a92c1fe645f9834cc3ed (patch) | |
tree | 40e95aa0c3eb7a0af1497a8e404570287f3a1b82 /doc | |
parent | 6f661f77a697a9ab3c8488214844f728f1e61daa (diff) | |
download | minetest-c3eb7fe316fc74892288a92c1fe645f9834cc3ed.tar.gz minetest-c3eb7fe316fc74892288a92c1fe645f9834cc3ed.tar.bz2 minetest-c3eb7fe316fc74892288a92c1fe645f9834cc3ed.zip |
Document "wielditem" visual
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index dda9f7bcd..e3fc92b29 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -2010,7 +2010,7 @@ Object Properties collide_with_objects = true, -- collide with other objects if physical=true weight = 5, collisionbox = {-0.5,-0.5,-0.5, 0.5,0.5,0.5}, - visual = "cube"/"sprite"/"upright_sprite"/"mesh", + visual = "cube"/"sprite"/"upright_sprite"/"mesh"/"wielditem", visual_size = {x=1, y=1}, mesh = "model", textures = {}, -- number of required textures depends on visual |