From 9a927476ca22a28d0640ef35d95964c3077532ab Mon Sep 17 00:00:00 2001 From: kwolekr Date: Sat, 30 Nov 2013 02:37:10 -0500 Subject: Change default value of is_ground_content to true Most modders would otherwise forget to explicitly define this, and generated nodes aliased from mods would wall-off caves --- builtin/item.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin') diff --git a/builtin/item.lua b/builtin/item.lua index b3ab9bc4c..2f2422c81 100644 --- a/builtin/item.lua +++ b/builtin/item.lua @@ -501,7 +501,7 @@ minetest.nodedef_default = { post_effect_color = {a=0, r=0, g=0, b=0}, paramtype = "none", paramtype2 = "none", - is_ground_content = false, + is_ground_content = true, sunlight_propagates = false, walkable = true, pointable = true, -- cgit v1.2.3