Packet Diet
No reviews yet
ZSTD packet compression and NBT scrubbing for Fabric — less traffic, less CPU.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
PacketEdit
Network optimization for Fabric servers and clients. PacketEdit cuts network traffic and packet-processing CPU cost with two independent modules.
🗜️ ZSTD Packet Compression
Replaces vanilla's zlib packet compression with Zstandard (ZSTD) — a modern algorithm that compresses better and several times faster.
- Same wire framing as vanilla (
[VarInt size][payload]), only the algorithm changes — the rest of the pipeline is untouched. - Packets smaller than 256 bytes are passed through uncompressed (no wasted CPU on tiny packets).
- Zero-copy native compression between off-heap buffers — no extra allocations on the Netty threads.
- Full vanilla-style validation on decode (decompression-bomb protection, size checks).
⚠️ PacketEdit must be installed on BOTH the server and every client. A vanilla client cannot read a ZSTD stream. You can disable this module with the JVM flag
-Dpacketedit.zstd=false.
✂️ NBT / Data Component Scrubber
The server strips heavy, purely-cosmetic item data from container packets before they are sent, when the item is not in the player's active hotbar:
minecraft:custom_data(custom NBT from mods/plugins — cosmetics, animations, markers)minecraft:lore(huge lore walls)- Book contents (pages are not needed until the book is actually held)
Hotbar, offhand and armor slots always receive full data. As soon as an item is moved into the hotbar, the server automatically re-sends the slot with complete data — the client never ends up holding a "stripped" active item. Only whitelisted components are removed from a copy of the stack, so packets stay fully valid for the vanilla codec: no client-side patches, no inventory desync, no crashes.
This module is server-side only in effect and can be disabled with -Dpacketedit.scrubber=false.
Configuration (JVM flags)
| Flag | Default | Description |
|---|---|---|
-Dpacketedit.zstd |
true |
Enable ZSTD compression |
-Dpacketedit.zstd.level |
3 |
ZSTD compression level (1–3 recommended for realtime) |
-Dpacketedit.zstd.threshold |
256 |
Minimum packet size (bytes) to compress |
-Dpacketedit.scrubber |
true |
Enable the packet scrubber |
Requirements
- Minecraft 1.21.11, Fabric Loader ≥ 0.19.3, Fabric API
- Java 21+
- Installed on both sides for ZSTD compression
🇷🇺 Кратко по-русски
PacketEdit — оптимизация сети: ZSTD-компрессия пакетов вместо ванильного zlib (быстрее и жмёт лучше) и срезание избыточного NBT (кастомные данные модов, огромный Lore, страницы книг) у предметов вне активного хотбара. Для ZSTD мод обязателен и на сервере, и на клиенте.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources