From c3eb7fe316fc74892288a92c1fe645f9834cc3ed Mon Sep 17 00:00:00 2001
From: ShadowNinja <shadowninja@minetest.net>
Date: Wed, 8 Jan 2014 17:09:23 -0500
Subject: [PATCH] Document "wielditem" visual

---
 doc/lua_api.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab