From: ShadowNinja Date: Thu, 24 Apr 2014 02:42:49 +0000 (-0400) Subject: Update documentation on is_ground_content X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=f2a1900345098d54b583f813509c5f3ad5a768d4;p=zefram%2Fminetest%2Fminetest_engine.git Update documentation on is_ground_content --- diff --git a/doc/lua_api.txt b/doc/lua_api.txt index b933caff..53740b20 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -2290,7 +2290,7 @@ Node definition (register_node) post_effect_color = {a=0, r=0, g=0, b=0}, -- If player is inside node paramtype = "none", -- See "Nodes" paramtype2 = "none", -- See "Nodes" - is_ground_content = false, -- Currently not used for anything + is_ground_content = true, -- If false, cavegen will not carve through this sunlight_propagates = false, -- If true, sunlight will go infinitely through this walkable = true, -- If true, objects collide with node pointable = true, -- If true, can be pointed at