Add I/O expander

This commit is contained in:
cheapie
2019-09-13 14:09:25 -05:00
parent 6062d9b08e
commit c92659a11a
4 changed files with 185 additions and 1 deletions

View File

@@ -14,6 +14,9 @@ local components = {
"piston",
"timer",
}
if minetest.get_modpath("mesecons_luacontroller") then table.insert(components,"ioexpander") end
for _,name in ipairs(components) do
dofile(string.format("%s%s%s.lua",minetest.get_modpath(minetest.get_current_modname()),DIR_DELIM,name))
end