diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-08-22 09:56:59 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-08-22 09:56:59 +0100 |
commit | 144d36cc6313ca4dd1b82256b7f32a3f7a027c0a (patch) | |
tree | da1e7c4a329d5dbc28633c941ffd50eba18d48d2 /init.lua | |
parent | 7c39b7cbfef26ec7bb64190dc1959d292fa1a60c (diff) |
Fixed moreblocks' stairsplus checking
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ for _, clay in pairs(clay) do }) -- register stairsplus stairs if found - if minetest.global_exists("stairsplus") then + if minetest.get_modpath("moreblocks") then stairsplus:register_all("bakedclay", "baked_clay_" .. clay[1], "bakedclay:" .. clay[1], { description = clay[2] .. " Baked Clay", |