
Cobbleboost
CobbleBoost is a client-side Fabric mod for Minecraft 1.21.1 that optimizes performance when playing with Cobblemon 1.7.
971
3
Список изменений
CobbleBoost v1.1.0 — Changelog
Added: Packet Throttler (Feature #7)
Client-side packet rate limiter that prevents the "Sending too many packets" server kick.
How it works:
- Intercepts outgoing packets via ConnectionMixin → Connection.send(Packet)
- Counts serverbound game-phase packets sent per tick
- When the per-tick budget is exceeded, excess packets are queued and flushed in subsequent ticks
- Movement packets are coalesced — only the latest position update is kept, sent first every tick
- Never throttled: keep-alive, pong, login, configuration, and common packets (different package, excluded by design)
- Queue capped at 200 to prevent memory buildup; oldest packets dropped if overflow
Файлы
cobbleboost-1.1.0.jar(53.55 KiB)
ОсновнойМетаданные
Канал релиза
Release
Номер версии
1.1.0
Загрузчики
Fabric
Версии игры
1.21.1
Загрузок
283
Дата публикации
1 мес. назад