summaryrefslogtreecommitdiff
path: root/doc/lua_api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r--doc/lua_api.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index d8e297f4c..901dd3c46 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -3705,9 +3705,6 @@ Definition tables
collide_with_objects = true, -- collide with other objects if physical = true
weight = 5,
collisionbox = {-0.5, 0.0, -0.5, 0.5, 1.0, 0.5},
- -- ^ For players (0, -1, 0) is at object base level,
- -- for all other objects (0, 0, 0) is at object base level.
- -- For example, Minetest Game player box is (-0.3, -1.0, -0.3, 0.3, 0.75, 0.3).
visual = "cube" / "sprite" / "upright_sprite" / "mesh" / "wielditem",
visual_size = {x = 1, y = 1},
mesh = "model",