diff options
author | Och Noe <och_noe@forksworld.de> | 2018-06-09 19:46:54 +0200 |
---|---|---|
committer | Och Noe <och_noe@forksworld.de> | 2018-06-09 19:46:54 +0200 |
commit | 7fea3daa93e3d661b1ca52cc3087a663ac521c46 (patch) | |
tree | c3a36684d34ae938d7ea211afbe4e2c2c0dd22b2 | |
parent | 58a987f648b9042d7af5d170d538529c2029a0a2 (diff) |
"ehlphabet" added again - no danger of cyclic dependencies
-rw-r--r-- | depends.txt | 1 | ||||
-rw-r--r-- | stairsplus/registrations.lua | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/depends.txt b/depends.txt index cc0ca35..d42e62b 100644 --- a/depends.txt +++ b/depends.txt @@ -2,3 +2,4 @@ default intllib? farming? wool? +ehlphabet? diff --git a/stairsplus/registrations.lua b/stairsplus/registrations.lua index 634e004..5e07de4 100644 --- a/stairsplus/registrations.lua +++ b/stairsplus/registrations.lua @@ -51,7 +51,9 @@ local default_nodes = { -- Default stairs/slabs/panels/microblocks: "farming:straw" } - +if minetest.get_modpath("ehlphabet") then + table.insert(default_nodes,"ehlphabet:block") +end for _, name in pairs(default_nodes) do |