From 1b10e2b55b0154ad0c01e630201318840aa82676 Mon Sep 17 00:00:00 2001 From: Jat15 Date: Mon, 21 Aug 2017 20:18:28 +0200 Subject: [PATCH] Fix Stairsplus in Moreblocks --- depends.txt | 3 ++- init.lua | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/depends.txt b/depends.txt index 8901b48..eb4a8bb 100644 --- a/depends.txt +++ b/depends.txt @@ -1,3 +1,4 @@ default stairs -lucky_block? \ No newline at end of file +lucky_block? +moreblocks? \ No newline at end of file diff --git a/init.lua b/init.lua index e9f8077..cc54ff7 100644 --- a/init.lua +++ b/init.lua @@ -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",