diff options
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/item.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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, |