hi i am okay to computercraft but a complete newb to openccomputers but here is my question I have made a program in cc and then ported it over to oc it works but for some unknown reason will it not read the data from my table or maybe from ae2 itself here is the code so what's wrong
local component = require "component"
local gpu = component.gpu
local colors = require("colors")
local term = require "term"
local me = component.me_interface
local monX,monY = gpu.getResolution()
local low = 64
local meItems = {
[1] = {"Iron Ingot","minecraft:iron_ingot","0"},
[2] = {