aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOch Noe <och_noe@forksworld.de>2018-06-09 19:46:54 +0200
committerOch Noe <och_noe@forksworld.de>2018-06-09 19:46:54 +0200
commit7fea3daa93e3d661b1ca52cc3087a663ac521c46 (patch)
treec3a36684d34ae938d7ea211afbe4e2c2c0dd22b2
parent58a987f648b9042d7af5d170d538529c2029a0a2 (diff)
downloadmoreblocks-7fea3daa93e3d661b1ca52cc3087a663ac521c46.tar.gz
moreblocks-7fea3daa93e3d661b1ca52cc3087a663ac521c46.tar.bz2
moreblocks-7fea3daa93e3d661b1ca52cc3087a663ac521c46.zip
"ehlphabet" added again - no danger of cyclic dependencies
-rw-r--r--depends.txt1
-rw-r--r--stairsplus/registrations.lua4
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