Add magnetic card reader/writer and cards to go with it

This commit is contained in:
cheapie
2020-03-28 01:31:12 -05:00
parent f0ce665a64
commit 77b4fbe12d
6 changed files with 128 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ local components = {
"detector",
"piston",
"timer",
"cardreader",
}
if minetest.get_modpath("mesecons_luacontroller") then table.insert(components,"ioexpander") end