Fix is_ground_content settings for nodes
Remove line if set to the default of 'true'
This commit is contained in:
parent
15ef8b0995
commit
e15fde1624
10 changed files with 35 additions and 47 deletions
|
@ -152,6 +152,7 @@ xpanes.register_pane("pane", {
|
|||
tiles = {"xpanes_space.png"},
|
||||
drawtype = "airlike",
|
||||
paramtype = "light",
|
||||
is_ground_content = false,
|
||||
sunlight_propagates = true,
|
||||
walkable = false,
|
||||
pointable = false,
|
||||
|
@ -174,6 +175,7 @@ xpanes.register_pane("bar", {
|
|||
tiles = {"xpanes_space.png"},
|
||||
drawtype = "airlike",
|
||||
paramtype = "light",
|
||||
is_ground_content = false,
|
||||
sunlight_propagates = true,
|
||||
walkable = false,
|
||||
pointable = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue