1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-11 01:40:56 +00:00
CC-Tweaked/src/main/java/dan200/computercraft/client
SquidDev 5c7828dd79 Convert TileCable to use the wired network API
There are several important things to note here:

 - The network element is associated with the cable, whilst the
   peripheral (and so packet sender/receiver) is associated with the
   modem. This allows us to have the main element be in the centre of
   the cable block, whilst the modem is in the centre of the adjacent
   computer.

 - Cables will connect to any adjacent network element, not just
   other cables.

 - Rednet messages are now sent on the computer thread, rather than the
   cable tick.
2018-02-21 15:35:38 +00:00
..
gui Add support for viewing arbitrary computers in a GUI 2017-12-06 15:43:25 +00:00
proxy Merge pull request #508 from SquidDev-CC/ComputerCraft/hotfix/turtle-speaker-model 2018-01-19 13:10:20 +00:00
render Convert TileCable to use the wired network API 2018-02-21 15:35:38 +00:00