We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717553c commit d13c9aaCopy full SHA for d13c9aa
morelights_extras/init.lua
@@ -179,7 +179,8 @@ minetest.register_node("morelights_extras:stairlight", {
179
180
if node.param2 < 4
181
and (node.name:match("^stairs:stair_")
182
- or node.name:match("^mcl_stairs:stair_")) then
+ or node.name:match("^mcl_stairs:stair_")
183
+ or node.name:match("^hades_stairs:stair_")) then
184
-- Set `above` to the node actually above the stair, since that's
185
-- where the node is placed.
186
pointed_thing.above =
0 commit comments