From c92659a11ad77093b8a66a43a8fe362590774d48 Mon Sep 17 00:00:00 2001 From: cheapie Date: Fri, 13 Sep 2019 14:09:25 -0500 Subject: Add I/O expander --- init.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 4f336b4..4df2e65 100644 --- a/init.lua +++ b/init.lua @@ -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 -- cgit v1.2.3