Remove sunlight propagation for various nodes
This commit is contained in:
parent
31f545202a
commit
7196485294
12 changed files with 0 additions and 45 deletions
|
@ -609,7 +609,6 @@ function mcstair.add(name, stairtiles)
|
|||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
is_ground_content = false,
|
||||
sunlight_propagates = false,
|
||||
groups = outer_groups,
|
||||
sounds = node_def.sounds,
|
||||
node_box = {
|
||||
|
@ -632,7 +631,6 @@ function mcstair.add(name, stairtiles)
|
|||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
is_ground_content = false,
|
||||
sunlight_propagates = false,
|
||||
groups = inner_groups,
|
||||
sounds = node_def.sounds,
|
||||
node_box = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue