austinv11 / PeripheralsPlusPlus

A pseudo-port of miscperipherals, with other stuff as well!
GNU General Public License v2.0
25 stars 28 forks source link

ME bridge listing items being weird #135

Closed alandoyle95 closed 8 years ago

alandoyle95 commented 8 years ago

ok so basicly.. listAll() works fine listItems() returns 0 listCraft() returns fine

here is the rundown of how i tested it with 2 diffrent ME networks and tried restarting the server as well.

the crafting recipe is wood planks

the listItems should return 3 because there are wood planks in there..

Items 0dcc9d800c0c52776b1b980139a44d1a

Code 5257d9f371437e404ad8067f56a4be73

Result 3a7b216e593c76d5b56082e9e3b50c45

mura3277 commented 8 years ago

listItems() has always just not worked.

You are ok to use listAll() as it should be doing the same as listItems() but listing all items in all referenced locations. So that could be chests connected to storage buses etc.