ElegantNetworking
Modby hohserg1
This is a framework that makes it easy to write networking code in mods
Type
Mod
CurseForge Downloads
194,540
CurseForge ID
433025
Last Updated
Aug 22, 2026
Description
Overview
ElegantNetworking is a packet system framework which seeks to make client-server interaction in MinecraftForge mods as easy as possible.
Example of packet declaration:
And usage of packet:
And that's all you need!
General features
- Auto-registration of packets
- enough to mark packet class by annotation
- you can forget about the channel and packet id's
- Automatic serialization/deserialization
- supported primitives, collections, data-classes(POJO) and algebric data types overall
- exists able to override logic of serialization
- Sendable data structure and receiving handler is localised in one place
- one packet - one class
- Design of api is offers to do not depend on the version of Minecraft
- Compatible with obfuscators(less tested)
Getting started
Look for readme.md at main repository
Gratitudes
Thx @Dahaka934 for discussion and review
Thx @tox1cozZ for drew my attention to the annotation processors
Thx @Plasticable for advice of using gradle 4.4.1 (not actualy, but helpful in due time)
Thx @Icosider for consulting about gradle configuration
Thx @AmaZ1nG for idea about serialization of nbt and other basic types that useful in modding
Thx @CDAGaming for the fork of FG2.1 that compatible with gradle 5+
Thx @Liahim85 for pretty logo
Links
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
CTOV - Chef's delight Compat
Compatibility add-on for Chef's delight mod and CTOV
Craftable Deeds
A mod that adds craftable deed items that allow you to claim areas in the world
Missing Mods Checker
Ensures the user always has core mods for the modpack, and allows prompting them to download optional mods on startup
Hexxit Gear
Gear for Adventurers.
Peripheralium
Library mod for all of my peripheral mods
Corail Woodcutter Extension
Corail Woodcutter Extension to support additional mods (BYG)