Add RAM, EEPROM, and GPU

This commit is contained in:
cheapie
2021-01-26 15:44:07 -06:00
parent c4b40bcfd5
commit 91b95b03cf
9 changed files with 2071 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ local components = {
"cardreader",
"channelcopier",
"controller",
"memory",
"gpu",
}
if minetest.get_modpath("mesecons_luacontroller") then table.insert(components,"ioexpander") end