From 54523b005c4a6ef69cbdd5ab400b91019f9045ab Mon Sep 17 00:00:00 2001 From: Och Noe Date: Wed, 14 Nov 2018 04:56:36 +0100 Subject: "mithril" from moreores added, incl. dependency --- stairsplus/registrations.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stairsplus') diff --git a/stairsplus/registrations.lua b/stairsplus/registrations.lua index 5e07de4..694fb68 100644 --- a/stairsplus/registrations.lua +++ b/stairsplus/registrations.lua @@ -55,6 +55,9 @@ if minetest.get_modpath("ehlphabet") then table.insert(default_nodes,"ehlphabet:block") end +if minetest.get_modpath("moreores") then + table.insert(default_nodes,"moreores:mithril_block") +end for _, name in pairs(default_nodes) do local nodename = "default:"..name -- cgit v1.2.3