Peripheral subnetting #1599
Labels
area-Minecraft
This affects CC's Minecraft-specific content.
enhancement
An extension of a feature or a new feature.
feedback wanted
Tell me what you want, what you really really want.
Minecraft Version
1.20.x
Version
1.108.1
Details
So, currently inventory peripheral (and many others, actually) uses
computer.getAvailablePeripheral(name)
to get peripheral from name. However, due to how Wired Modems and PeripheralAPI works, it is creating confusion in some cases.Here computer actually have two subnetworks that are not connected one to another. And it is impossible to transfer items from
left
andminecraft:barrel_0
to each other. However, if I would attach barrels directly to computer this transfer would work.I am not sure if this indented behavior for current CC:T implementation, because peripheral names global and it is probably safe to allow peripheral discovery for any connected peripheral to computer
The text was updated successfully, but these errors were encountered: