Update 'mods/stairs/init.lua'

This commit is contained in:
thunderdog1138 2021-03-14 18:01:54 +00:00
parent d22cf93cef
commit 554d8b66d2
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ function stairs.register_stair(
paramtype = "light",
paramtype2 = "facedir",
is_ground_content = false,
use_texture_alpha = "clip,
use_texture_alpha = "clip",
light_source = light,
sunlight_propagates = propa,
groups = new_groups,