promotional bannermobile promotional banner

Modern Networking

Multiversioned and multiloader network packet API based on 1.20.6+'s method of packets.
Back to Files

2.0.1+1.21.11 (NeoForge)

File nameModernNetworking-neoforge-2.0.1+1.21.11.jar
Uploader
BluSpringBluSpring
Uploaded
Aug 22, 2026
Downloads
10
Size
380.7 KB
Mod Loaders
NeoForge
File ID
8709047
Type
R
Release
Supported game versions
  • 1.21.11

Curse Maven Snippet

NeoForge

implementation "curse.maven:modernnetworking-1251794:8709047"

Learn more about Curse Maven

What's new

[2.0.0] - 2026-08-23

  • Major rewrite to all APIs, mainly to support better long-term maintenance and have fundamentally better support for implementing new network features based on ModernNetworking's API.
    • The previous v1 API should still be supported, albeit marked as deprecated. No mods utilizing ModernNetworking v1's API should break.
  • Implement login and configuration network phases
  • Fix Bukkit plugins using ModernNetworking being unable to communicate with its clients
  • Fix many KotlinLangForge issues