From 9ccd07171051737c3c258076f683aa0b95d9c886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Sat, 24 Mar 2018 12:08:53 +0100 Subject: more stuff from Och_Noe --- stairsplus/registrations.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'stairsplus') diff --git a/stairsplus/registrations.lua b/stairsplus/registrations.lua index 7c5ad50..5e07de4 100644 --- a/stairsplus/registrations.lua +++ b/stairsplus/registrations.lua @@ -51,6 +51,11 @@ 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 local nodename = "default:"..name local a,b = string.find(name, ":") -- cgit v1.2.3