Packet Diet

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.0.0+1.21.11
本资源为搬运资源,原资源地址: https://modrinth.com/mod/packet-diet
资源信息

Minecraft 版本: 1.21.11

平台: fabric

资源介绍

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 мод обязателен и на сервере, и на клиенте.

下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Perfect Effect

价格:0 墨喵币
下载量:0

查看详情
Useful Compass

价格:0 墨喵币
下载量:0

查看详情
From THE NETHER: Expansion Pack (Movie Mod)

价格:0 墨喵币
下载量:0

查看详情
From The Dark

价格:0 墨喵币
下载量:0

查看详情