random-geek / morelights

Minetest mod adding additional lighting nodes.
GNU Lesser General Public License v3.0
11 stars 11 forks source link

support new stairsplus stairs #10

Closed fluxionary closed 1 year ago

fluxionary commented 2 years ago

support putting the stairslight on stairs defined via https://github.com/minetest-mods/moreblocks/pull/191

random-geek commented 2 years ago

Thanks. Since that appears to be an open PR, I think I'll wait until it's merged before merging this.

fluxionary commented 1 year ago

Thanks. Since that appears to be an open PR, I think I'll wait until it's merged before merging this.

the upstream PR for moreblocks was ignored and so i've created a fork. the code in this PR won't cause problems w/ minetest-mods version of moreblocks, but will allow stairlights to work on stairs in my fork.

random-geek commented 1 year ago

As of f4aa82a31e8d479b3b16ad6766d15370c1fec729, you can add the group morelights_supports_stairlight to any nodes you want to support. I'm closing this PR unless there are further incompatibilities.