promotional banner

ECHO: NetCore

Packet bridge, sync helpers, optional-channel safe sends, server action validation, rate limits, and packet diagnostics.
Back to Files

echonetcore-1.1.0

File nameechonetcore-1.1.0.jar
Uploader
knoxhackknoxhack
Uploaded
May 13, 2026
Downloads
54
Size
43.9 KB
Mod Loaders
NeoForge
File ID
8080946
Type
B
Beta
Supported game versions
  • 26.1.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:echo-netcore-1541736:8080946"

Learn more about Curse Maven

What's new

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.

This mod has no related projects