CCNetworks
CC: Tweaked addon that adds long-distance wired networking that works through unloaded chunks.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
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 |