From 58a987f648b9042d7af5d170d538529c2029a0a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= <gabriel@gpcf.eu>
Date: Sun, 13 May 2018 17:17:59 +0200
Subject: several bugfixes

---
 stairsplus/registrations.lua | 8 --------
 1 file changed, 8 deletions(-)

(limited to 'stairsplus')

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
 
 
 
-- 
cgit v1.2.3