Importing/Exporting with networked peripherals for ME Bridge not working
AngellusMortis opened this issue ยท 6 comments
Descripe
importItemFromPeripheral
and exportItemToPeripheral
are not working with networked peripherals. The only work with directly connected ones (chest param = side name).
It always gives the error Target '{name}' does not exist
.
Steps to reproduce
- Create ME network with ME Bridge and computer.
- Place chest and connect to computer with wired modems/network cables
- Place items in chest and ME network for testing.
- Run the following script (replace any values as needed)
b = peripheral.find("meBridge")
for _, name in ipairs(peripheral.getNames()) do
print(name)
end
b.exportItemToPeripheral({name="minecraft:stone"}, "minecraft:chest_0")
b.importItemFromPeripheral({name="minecraft:cobblestone"}, "minecraft:chest_0")
Multiplayer?
No
Version
0.7.14b (Latest 1.18)
Minecraft, Forge and maybe other related mods versions
Tested with minimal mods, all on latest versions.
- Forge 40.1.19
- AE2 = 11.0.0a6
- CC: Tweaked = 1.100.5
Screenshots or Videos
Crashlog/log
No response
Ok so this was never an issue. It's intended behavior.
Thank you for the clarification.
Your rs bridge is not connected with the wired network
You need to connect the rs bridge with modems and wrap it with the network name so that it can access other network peripherals