ME bridge not listing cells in ME Extended Drive
VOID404 opened this issue ยท 2 comments
Describe
I have advanced computer connected to ME system. ME system has a lot of cells (most in ME Extended drive).
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
Steps to reproduce
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
Gonna reference #86