Remove sunlight propagation for various nodes

This commit is contained in:
Wuzzy 2018-01-28 20:21:02 +01:00
parent 31f545202a
commit 7196485294
12 changed files with 0 additions and 45 deletions

View file

@ -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 = {