Add I/O expander
This commit is contained in:
3
init.lua
3
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
|
||||
|
Reference in New Issue
Block a user