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

Modem bridge not working across dimensions #96

Closed Julyanvdham closed 8 years ago

Julyanvdham commented 8 years ago

The Wireless Bridge does not work across dimensions. I am using CCTweaks version 0.3.2 and computercraft version 1.75

SquidDev commented 8 years ago

Thanks for the report! Just a couple of things to check:

I've tested this quite recently and it all seemed to work so this is odd. Also, could put your log on pastebin: this allows me to check that all the patches are being applied correctly and see which mods you have.

Julyanvdham commented 8 years ago

the 2 blocks are placed like this: [bridge][network cable][wired modem][advanced computer] and connected via the data card item

and yes, both ends are chunkloaded

Julyanvdham commented 8 years ago

Could you explain how to set them up?

SquidDev commented 8 years ago

That should work correctly. I'll have a look. If you shift-right click one with a data card, then right click the other then they should be bound. You can also use openRemote(channelId) on both bridges to open a connection.

Julyanvdham commented 8 years ago

Updating forge has resolved the issue for me

SquidDev commented 8 years ago

Hmmmm, very odd. I'm going to close this as I it seems to work on my end and you've managed to fix it.