CCNetworks

CC: Tweaked addon that adds long-distance wired networking that works through unloaded chunks.

17

CCNetworks

CCNetworks

This mod is an addon for CC: Tweaked that adds long-distance wired networking that works through unloaded chunks, unlike standard CC: Tweaked modems. It does this relatively efficiently via a separate per-world network cache.

Documentation

Peripherals

---

`network_node`

An Interface Network Node. | Function Signature | Function Description | | ------------------------ | ----------------------------------------------------------------------- | | `send(message: string)` | Sends a message on the network attached to the Interface Network Node |

---

Events

---

`optic_network_message`

The event queued when a fiber optic network message is received.

| Name | Type | Argument Description | | --------- | ------ | ---------------------------------------------- | | `event` | string | `"optic_network_message"` | | `message` | string | The received message |

ADS