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

Wireless bridge changes #91

Closed SquidDev closed 8 years ago

SquidDev commented 8 years ago

From this post

Wireless Bridge block: should use wireless channels to connect wired networks. And programmed by computers. Data card is bad idea. Now it's magic. IMHO ofc.

Not sure what to do about the wireless bridge. I like the data card as it allows a bit more security but it also is a bit clunky. Whilst using wireless channels isn't really possible due to CC internals, using the same method would work. I'll put something on my issue tracker and see what others think.

I'd probably add a setChannel method to wireless bridges. This would replace the data card, though it would still work.


I'm putting this out here for others to comment on what they think.

JomerDev commented 8 years ago

I think that a setChannel method is a nice addition to the wireless bridge