This commit is contained in:
Jat15 2017-08-21 18:21:01 +00:00 committed by GitHub
commit 8925e5c68a
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -42,7 +42,7 @@ for _, clay in pairs(clay) do
})
-- register stairsplus stairs if found
if minetest.global_exists("stairsplus") then
if minetest.global_exists("moreblocks") then
stairsplus:register_all("bakedclay", "baked_clay_" .. clay[1], "bakedclay:" .. clay[1], {
description = clay[2] .. " Baked Clay",