ME Bridge importItemFromPeripheral() deletes item contents from a ME item cell
mineplayer1612 opened this issue ยท 0 comments
Describe
ME Bridge importItemFromPeripheral()
deletes item contents from an ME item cell.
(this does not happen when doing the reverse with exportItemToPeripheral()
)
Steps to reproduce
- Have an AE2 1k item cell with items inside it, inside a chest.
- Have an AE2 system with a ME drive connected with an AE2 storage bus
- Have a computer with peripherals:
a. ME Bridge connected to the AE2 system.
b. The chest on top of the computer. - ...
bridge.importItemFromPeripheral({name:"ae2:item_storage_cell_1k", count=1}, "top")
- The 1k item cell should be in the ME drive block, having gone through from the chest, the computer, the me bridge, to the ME system, through the me storage bus, and finally to the me drive block.
- The contents of the 1k item cell should be erased (this is the issue)
Multiplayer?
No
Version
1.19.2-0.7.28r
Minecraft, Forge and maybe other related mods versions
"Direwolf20 1.19.2 ver. 1.12.0", "forge 43.2.14",
Screenshots or Videos
Crashlog/log
No response