Update 'mods/stairs/init.lua'
This commit is contained in:
parent
d22cf93cef
commit
554d8b66d2
|
@ -165,7 +165,7 @@ function stairs.register_stair(
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
use_texture_alpha = "clip,
|
use_texture_alpha = "clip",
|
||||||
light_source = light,
|
light_source = light,
|
||||||
sunlight_propagates = propa,
|
sunlight_propagates = propa,
|
||||||
groups = new_groups,
|
groups = new_groups,
|
||||||
|
|
Loading…
Reference in New Issue