1
0
mirror of https://codeberg.org/tenplus1/bakedclay.git synced 2024-09-25 10:50:17 +02:00

Fix Stairsplus in Moreblocks

This commit is contained in:
Jat15 2017-08-21 20:18:28 +02:00
parent 7c39b7cbfe
commit 1b10e2b55b
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
default
stairs
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",