SquidDev-CC / plethora

A peripheral provider for ComputerCraft
https://plethora.madefor.cc/
MIT License
57 stars 22 forks source link

Neural interface push/pull modules detached error #273

Open Coryf88 opened 4 years ago

Coryf88 commented 4 years ago

Minecraft: 1.12.2 Forge: 14.23.5.2854 CC: Tweaked: 1.89.2 Plethora: 1.2.3

I'm receiving the error Peripheral 'back' is no longer attached randomly when push/pulling modules, from the Neural interface on myself. I'm not able to replicate the error with peripherals.

  1. Get a Neural interface, Neural connector, Introspection module, and Daylight Sensor (Or another module)
  2. Put the Neural interface in your helmet slot, Introspection module into the Neural connector, and Daylight Sensor in hotbar slot 1.
  3. Open a lua prompt in the Neural connector
  4. Execute peripheral.find("neuralInterface").getInventory().pushItems('equipment.6', 1) (Might take a few attempts)
  5. Observe error