diff options
author | Och Noe <och_noe@forksworld.de> | 2018-11-14 04:56:36 +0100 |
---|---|---|
committer | Och Noe <och_noe@forksworld.de> | 2018-11-14 04:56:36 +0100 |
commit | 54523b005c4a6ef69cbdd5ab400b91019f9045ab (patch) | |
tree | ec3311cdadc982b98666e287a18d287e852c4f28 /stairsplus | |
parent | 0b58ed4e415d8747845e76715e9841a35489da7b (diff) | |
download | moreblocks-54523b005c4a6ef69cbdd5ab400b91019f9045ab.tar.gz moreblocks-54523b005c4a6ef69cbdd5ab400b91019f9045ab.tar.bz2 moreblocks-54523b005c4a6ef69cbdd5ab400b91019f9045ab.zip |
"mithril" from moreores added, incl. dependency
Diffstat (limited to 'stairsplus')
-rw-r--r-- | stairsplus/registrations.lua | 3 |
1 files changed, 3 insertions, 0 deletions
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 |