
Opencomputers getAvailableItems
m157 opened this issue ยท 3 comments
Version: logisticspipes-0.10.3.31, OpenComputers-MC1.12.2-1.7.5.192
Computer connected to a MK2 request pipe
Trying to use a Opencomputer to interface with logistics
using the code
local component = require("component")
lp = component.logisticspipe.getPipe()
for k,v in pairs(lp.getAvailableItems) do
print(k,v)
end
and get the reponses of "X, java.lang.StackOverflowError"
Has there ever been OC integration in 1.12.2? I have tested several versions of OC and LP, with or without the logistics pipes "CC remote Control Upgrade" and the OC "adapter". I still don't get anything showing when I run =component.list()