Add TSLib, libexpander, and libdetector as libraries

Only works with my upcoming (as of this writing) mesecons fork, but the mod should still work without this functionality otherwise
This commit is contained in:
cheapie
2022-01-01 19:13:34 -06:00
parent d7613f254f
commit ee316f2325
2 changed files with 421 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ local components = {
"gpu",
"sillystuff",
"movestone",
"lclibraries",
}
if minetest.get_modpath("mesecons_luacontroller") then table.insert(components,"ioexpander") end