summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2020-03-28 01:31:12 -0500
committercheapie <no-email-for-you@example.com>2020-03-28 01:31:12 -0500
commit77b4fbe12db947911fcccd82d0da1eef4b68d9b1 (patch)
tree3cdd581ac1a1b8499d660cc4c4e32500fc4d196a /init.lua
parentf0ce665a64af88379615d834b88638290bcbb07a (diff)
downloaddigistuff-77b4fbe12db947911fcccd82d0da1eef4b68d9b1.tar
digistuff-77b4fbe12db947911fcccd82d0da1eef4b68d9b1.tar.gz
digistuff-77b4fbe12db947911fcccd82d0da1eef4b68d9b1.tar.bz2
digistuff-77b4fbe12db947911fcccd82d0da1eef4b68d9b1.tar.xz
digistuff-77b4fbe12db947911fcccd82d0da1eef4b68d9b1.zip
Add magnetic card reader/writer and cards to go with it
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 4df2e65..90d8ea0 100644
--- a/init.lua
+++ b/init.lua
@@ -13,6 +13,7 @@ local components = {
"detector",
"piston",
"timer",
+ "cardreader",
}
if minetest.get_modpath("mesecons_luacontroller") then table.insert(components,"ioexpander") end