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

@ -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,