1
0
鏡像自 https://github.com/Splizard/minetest-mod-snow.git 已同步 2025-11-06 00:25:30 +01:00

Merge pull request #8 from HybridDog/sp_av

check if stairsplus is available and not only moreblocks
此提交包含在:
Splizard
2015-02-01 21:45:37 +13:00
當前提交 10a11591de

查看文件

@@ -51,8 +51,9 @@ There is one in each of the "stairsplus.register_all" sections.
-- next section of stairsplus stuff. ~LazyJ
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