Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
Client and server
Links
Tags
Creators
Details
Licensed MIT
Published last month
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 |


