diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2018-03-24 12:08:53 +0100 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2018-03-24 12:08:53 +0100 |
commit | 9ccd07171051737c3c258076f683aa0b95d9c886 (patch) | |
tree | e12a577f5ef10faa6d16705860b18bee07c6cba4 /stairsplus | |
parent | 1947ed03c2e146607dfa3306eb805f532ac3a413 (diff) |
more stuff from Och_Noe
Diffstat (limited to 'stairsplus')
-rw-r--r-- | stairsplus/registrations.lua | 5 |
1 files changed, 5 insertions, 0 deletions
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, ":") |