summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2021-02-05 20:09:30 -0600
committercheapie <no-email-for-you@example.com>2021-02-05 20:09:30 -0600
commit6c299b2fe545cd006df85b03744b288d9861cd8c (patch)
tree201d5829f8940be2a832bd846ba47a0356b7ca9d /init.lua
parentb3d8709f272a7f7b53818036b5f21842a935e39d (diff)
downloaddigistuff-6c299b2fe545cd006df85b03744b288d9861cd8c.tar
digistuff-6c299b2fe545cd006df85b03744b288d9861cd8c.tar.gz
digistuff-6c299b2fe545cd006df85b03744b288d9861cd8c.tar.bz2
digistuff-6c299b2fe545cd006df85b03744b288d9861cd8c.tar.xz
digistuff-6c299b2fe545cd006df85b03744b288d9861cd8c.zip
Add digilines movestone
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 84b5b37..13b99c1 100644
--- a/init.lua
+++ b/init.lua
@@ -19,6 +19,7 @@ local components = {
"memory",
"gpu",
"sillystuff",
+ "movestone",
}
if minetest.get_modpath("mesecons_luacontroller") then table.insert(components,"ioexpander") end