Remove sunlight propagation for various nodes
This commit is contained in:
parent
31f545202a
commit
7196485294
12 changed files with 0 additions and 45 deletions
|
@ -104,7 +104,6 @@ function mcl_stairs.register_stair(subname, recipeitem, groups, images, descript
|
|||
tiles = images,
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
sunlight_propagates = false,
|
||||
is_ground_content = false,
|
||||
groups = groups,
|
||||
sounds = sounds,
|
||||
|
@ -200,7 +199,6 @@ function mcl_stairs.register_slab(subname, recipeitem, groups, images, descripti
|
|||
tiles = images,
|
||||
paramtype = "light",
|
||||
-- Facedir intentionally left out (see below)
|
||||
sunlight_propagates = false,
|
||||
is_ground_content = false,
|
||||
groups = groups,
|
||||
sounds = sounds,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue