
Cobbleboost
CobbleBoost is a client-side Fabric mod for Minecraft 1.21.1 that optimizes performance when playing with Cobblemon 1.7.
Список изменений
When a Pokemon is beyond the throttle distance (default 24 blocks), the old code allowed an animation frame through every 4 ticks (~5fps). This meant idle
animations (breathing, tail wagging, etc.) kept advancing but at a very low framerate, creating visible jerky/stuttery movement instead of smooth or frozen
animation.
The fix removes the periodic refresh entirely. Now distant Pokemon are fully frozen in their last cached pose. The mixin already handles the edge case where a Pokemon spawns beyond the throttle distance with no cache — it lets one frame through to populate it, then freezes. When you walk back within range, animations resume normally.