"mithril" from moreores added, incl. dependency

master
Och Noe 2018-11-14 04:56:36 +01:00
parent 0b58ed4e41
commit 54523b005c
2 changed files with 4 additions and 0 deletions

View File

@ -2,3 +2,4 @@ default
intllib?
farming?
wool?
moreores?

View File

@ -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