File Details
echonetcore-1.1.0
- B
- May 13, 2026
- 43.89 KB
- 7
- 26.1.2
- NeoForge
File Name
echonetcore-1.1.0.jar
Supported Versions
- 26.1.2
Curse Maven Snippet
ECHO: NetCore 1.1.0-beta
Initial public beta release of ECHO: NetCore for CurseForge.
ECHO: NetCore is a shared networking library for the modular ECHO ecosystem. It does not add standalone gameplay content; it provides the packet, sync, server action, rate limit, and diagnostics layer used by ECHO modules and addons.
Includes
- Shared packet registration helpers for ECHO addons.
- Clientbound sync support for server-owned state.
- Serverbound action handling designed around server-side validation.
- Optional-channel safe send helpers to reduce crashes when addon combinations differ.
- Rate limit policies for gameplay actions and debug/dev packets.
- Packet diagnostics and debug hooks for development and troubleshooting.
- Network bridge support for player data, world data, mission progress, machine state, visual state, factions, discoveries, and toasts.
- Client action helpers for Terminal buttons, UI actions, scanner requests, and other interactive ECHO systems.
- Common config options for packet logging, dropped packet logging, debug packets, and action spam guards.
Requirements
- Minecraft 26.1.2
- NeoForge 26.1.2.29-beta or newer
- Java 25+
- ECHO: Core 1.0.0 or newer
Notes
This is an initial beta library release. Players usually experience NetCore indirectly through other ECHO mods, while addon developers can use it as the standard networking layer for safe packet registration, sync, and server-authoritative actions.

