mirror of
https://github.com/Splizard/minetest-mod-snow.git
synced 2024-12-29 16:00:16 +01:00
Merge pull request #8 from HybridDog/sp_av
check if stairsplus is available and not only moreblocks
This commit is contained in:
commit
10a11591de
@ -51,8 +51,9 @@ There is one in each of the "stairsplus.register_all" sections.
|
|||||||
-- next section of stairsplus stuff. ~LazyJ
|
-- next section of stairsplus stuff. ~LazyJ
|
||||||
|
|
||||||
if (minetest.get_modpath("moreblocks"))
|
if (minetest.get_modpath("moreblocks"))
|
||||||
|
and rawget(_G, "stairsplus")
|
||||||
|
|
||||||
-- 'If' MoreBlocks was found, well, 'then' go ahead with this next part:
|
-- 'If' MoreBlocks was found and stairsplus is available, well, 'then' go ahead with this next part:
|
||||||
|
|
||||||
then
|
then
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user