Fixed moreblocks' stairsplus checking

pull/6/head
TenPlus1 6 years ago
parent 7c39b7cbfe
commit 144d36cc63
  1. 1
      depends.txt
  2. 2
      init.lua

@ -1,3 +1,4 @@
default
stairs
moreblocks?
lucky_block?

@ -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",

Loading…
Cancel
Save