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

Attach upgrades to the network #61

Closed SquidDev closed 8 years ago

SquidDev commented 9 years ago

When using the pocket/turtle wireless bridge, other peripherals should be provided to the network. This is required for #60 to work properly.

However I recommend we only attach specific peripherals - others might not expect to be attached to more than one computer - some sort of INetworkCompatible interface.

SquidDev commented 9 years ago

Implemented for turtles in a82e37b358a7a1cfb9adb4de2bf376b616d0fd38

SquidDev commented 9 years ago

Implemented for pocket computers in b302c71bacf8a5050e5de21eba86b6a44b2dc477. Peripherals should be updated when they change which will need some work.