Advanced Peripherals

Advanced Peripherals

29M Downloads

ME bridge not listing cells in ME Extended Drive

VOID404 opened this issue ยท 2 comments

commented

Describe

I have advanced computer connected to ME system. ME system has a lot of cells (most in ME Extended drive).
2024-05-31_20 51 13

This program:

local me = peripheral.find("meBridge")

local cells = me.listCells()

for _, i in ipairs(cells) do
    print(i.item)
end

should list all the cells in system. It only lists 3 cells
image

Steps to reproduce

  1. Connect ME Extended Drive and ME Drive with some cells to ME Bridge
    2024-05-31_21 00 06
  2. List cells
    image

Only cells in regular ME Drive are listed

Multiplayer?

No

Version

1.20.1-0.7.39r (Latest 1.20.1)

Minecraft, Forge and maybe other related mods versions

Forge 47.2.20, Minecraft 1.20.1, ATM9 0.2.59

Screenshots or Videos

No response

Crashlog/log

No response

commented

Gonna reference #86