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 /stairsplus | |
parent | 58a987f648b9042d7af5d170d538529c2029a0a2 (diff) | |
download | moreblocks-7fea3daa93e3d661b1ca52cc3087a663ac521c46.tar.gz moreblocks-7fea3daa93e3d661b1ca52cc3087a663ac521c46.tar.bz2 moreblocks-7fea3daa93e3d661b1ca52cc3087a663ac521c46.zip |
"ehlphabet" added again - no danger of cyclic dependencies
Diffstat (limited to 'stairsplus')
-rw-r--r-- | stairsplus/registrations.lua | 4 |
1 files changed, 3 insertions, 1 deletions
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 |