OpenMods / OpenPeripheral-Addons

An addon for OpenPeripheral, adding physical blocks and items to the game
MIT License
11 stars 10 forks source link

Peripheral Proxy not working properly. #89

Closed EmberAnimus closed 7 years ago

EmberAnimus commented 7 years ago

I am using the following mods:

The Issue: If i connect a monitor through the proxy, with the arrow facing the monitor, the modem will outline red and "Periperhal monitor_# connected to the network" will show up. However, if i connect a block to the Peripheral Proxy, with the arrow facing the connected block, that is native from Minecraft, but not native to CC, the modem will not even outline in red. Also, if i connect a block that is neither native to Minecraft nor CC (ex: MFSU from Industrial Craft 2), to the Peripheral Proxy with the arrow facing the aforementioned block, the modem that is connected to the backside of the Proxy will not be outlined in red.

boq commented 7 years ago

It looks like you don't have OpenPeripheralIntegration, so some of the blocks your are trying to attach (that includes MFSU and vanilla blocks) are not CC peripherals - so even if they were attached directly to computer (without modem and proxy), they wouldn't be recognized (peripheral.isPresent would return false).

EmberAnimus commented 7 years ago

Thank you very much, the Integration portion never managed to copy over into the mods folder for some reason. It works as intended now, closing issue thread.