LogisticsPipes icon indicating copy to clipboard operation
LogisticsPipes copied to clipboard

Opencomputers getAvailableItems

Open m157 opened this issue 5 years ago • 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"

m157 avatar Jun 28 '20 13:06 m157

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()

ThePoshTux avatar Jul 10 '20 06:07 ThePoshTux

I just put a Mk2 request pipe right on the side of the computer case

m157 avatar Jul 10 '20 13:07 m157

I can confirm this behavior. Tested with a computer directly connected to a MK1 request pipe.

logisticspipes-0.10.3.73 OpenComputers-MC1.12.2-1.7.5.192

FunkM0nk avatar Dec 05 '20 03:12 FunkM0nk