From aca720dc0fa61e179510c81ac1ec37416f1446a0 Mon Sep 17 00:00:00 2001 From: fluxionary <25628292+fluxionary@users.noreply.github.com> Date: Thu, 21 Jul 2022 21:42:33 -0700 Subject: [PATCH] Change moreblocks stair craft to use blocks instead of ingots (#18) required for compatibility with https://github.com/minetest-mods/moreblocks/pull/191 --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 49aa9c5..cd5381e 100644 --- a/init.lua +++ b/init.lua @@ -450,7 +450,7 @@ minetest.register_node("lavastuff:block", { }) if minetest.get_modpath("moreblocks") then - stairsplus:register_all("lavastuff", "lava", "lavastuff:ingot", { + stairsplus:register_all("lavastuff", "lava", "lavastuff:block", { description = "Lava", tiles = {"lavastuff_block.png"}, groups = {cracky = 2, level = 2},