SquidDev-CC / CCTweaks

Random additions to ComputerCraft (somewhat deprecated, use CC-Tweaked if you're on Minecraft 1.12).
MIT License
12 stars 2 forks source link

Networked Pocket Computer not seeing Bridge #99

Closed Selim042 closed 8 years ago

Selim042 commented 8 years ago

I attached a Wireless Bridge to an Advanced Pocket Computer, though the peripheral API does not seem to see it as a peripheral. I tried peripheral.getNames(), that returned

{}

and peripheral.getType("back") returned

nil

Selim042 commented 8 years ago

Ok, that was odd, apparently the computers just need to sit in a chest for a min? Sorry about that.

SquidDev commented 8 years ago

I thought I fixed this in the latest version: It only registered once the computer had been turned off and on again: hence putting it in the chest fixed this. Which version are you running?

Selim042 commented 8 years ago

CCTweaks 0.3.2

I had tried rebooting the PC repeatedly and that hadn't done anything, so I assume it has to be a full shutdown?

SquidDev commented 8 years ago

It has to be a full "destroy the computer instance" shutdown. shutdown or reboot don't do that.

Sadly as this is 1.7.10 I can't do anything about this: I'm using Peripherals++'s pocket upgrades so their code is at fault. I'll file an issue there.