From 91b95b03cf8d739ed6377060a11785c2436b0540 Mon Sep 17 00:00:00 2001 From: cheapie Date: Tue, 26 Jan 2021 15:44:07 -0600 Subject: Add RAM, EEPROM, and GPU --- init.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 8c772fd..77d8e8a 100644 --- a/init.lua +++ b/init.lua @@ -16,6 +16,8 @@ local components = { "cardreader", "channelcopier", "controller", + "memory", + "gpu", } if minetest.get_modpath("mesecons_luacontroller") then table.insert(components,"ioexpander") end -- cgit v1.2.3