You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We were the one who posted the original error.
After some more work, have change the way we do things, but did also notice that if you attempt to access an inventory immediately after just accessing it, it also can cause a java exception.
example below crashes on line 25 or 26 fairly repeatedly
src => peripheral.wrap("rftoolsutility:crafter3_1")
23 local function fetchItems(src)
24 src.pushItems(peripheral.getName(chest), 37)
25 src.pushItems(peripheral.getName(chest), 38)
26 src.pushItems(peripheral.getName(chest), 39)
27 src.pushItems(peripheral.getName(chest), 40)
28 end
Original issue: IntelligenceModding/AdvancedPeripherals#572
The text was updated successfully, but these errors were encountered: