mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-26 18:21:04 +00:00
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:
parent
ff7d7080e3
commit
9a927476ca
2 changed files with 10 additions and 27 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue