aboutsummaryrefslogtreecommitdiff
path: root/stairsplus
diff options
context:
space:
mode:
authorGabriel Pérez-Cerezo <gabriel@gpcf.eu>2018-05-13 17:17:59 +0200
committerGabriel Pérez-Cerezo <gabriel@gpcf.eu>2018-05-13 17:17:59 +0200
commit58a987f648b9042d7af5d170d538529c2029a0a2 (patch)
treec4ce2c7cd3933617910844b7b6ca35c150d9dfa3 /stairsplus
parent5cddd2cd020ba1f3fe3ba88d7a4089d151e591d8 (diff)
downloadmoreblocks-58a987f648b9042d7af5d170d538529c2029a0a2.tar.gz
moreblocks-58a987f648b9042d7af5d170d538529c2029a0a2.tar.bz2
moreblocks-58a987f648b9042d7af5d170d538529c2029a0a2.zip
several bugfixes
Diffstat (limited to 'stairsplus')
-rw-r--r--stairsplus/registrations.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/stairsplus/registrations.lua b/stairsplus/registrations.lua
index 238a4a9..634e004 100644
--- a/stairsplus/registrations.lua
+++ b/stairsplus/registrations.lua
@@ -51,14 +51,6 @@ local default_nodes = { -- Default stairs/slabs/panels/microblocks:
"farming:straw"
}
-if minetest.get_modpath("ehlphabet") then
- table.insert(default_nodes,"ehlphabet:block")
-end
-
-if minetest.get_modpath("maple") then
- table.insert(default_nodes,"maple:maple_tree")
- table.insert(default_nodes,"maple:maple_wood")
-end