aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--depends.txt1
-rw-r--r--stairsplus/registrations.lua3
2 files changed, 4 insertions, 0 deletions
diff --git a/depends.txt b/depends.txt
index cc0ca35..4190561 100644
--- a/depends.txt
+++ b/depends.txt
@@ -2,3 +2,4 @@ default
intllib?
farming?
wool?
+moreores?
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