summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2022-01-01 19:13:34 -0600
committercheapie <no-email-for-you@example.com>2022-01-01 19:13:34 -0600
commitee316f2325e26dc532ccaa09369e9d173b5ef411 (patch)
treee99de02c84a49652c70ae9e9693d3e65cb1da3c6 /init.lua
parentd7613f254f88e3980ffdcf44a21257fedd1c8d91 (diff)
downloaddigistuff-ee316f2325e26dc532ccaa09369e9d173b5ef411.tar
digistuff-ee316f2325e26dc532ccaa09369e9d173b5ef411.tar.gz
digistuff-ee316f2325e26dc532ccaa09369e9d173b5ef411.tar.bz2
digistuff-ee316f2325e26dc532ccaa09369e9d173b5ef411.tar.xz
digistuff-ee316f2325e26dc532ccaa09369e9d173b5ef411.zip
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
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 13b99c1..ee719ab 100644
--- a/init.lua
+++ b/init.lua
@@ -20,6 +20,7 @@ local components = {
"gpu",
"sillystuff",
"movestone",
+ "lclibraries",
}
if minetest.get_modpath("mesecons_luacontroller") then table.insert(components,"ioexpander") end