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
This commit is contained in:
kwolekr 2013-11-30 02:37:10 -05:00 committed by Nils Dagsson Moskopp
parent 4bb6a41c04
commit 9ddac46bd9
Signed by: erlehmann
GPG Key ID: A3BC671C35191080
1 changed files with 1 additions and 1 deletions

View File

@ -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,