File Details
DrinkWalkTimer
- R
- Apr 19, 2025
- 2.53 KB
- 32
- 1.15.7
- Classic
File Name
DrinkWalkTimer.zip
Supported Versions
- 1.15.7
## v1.2 (2025‑04‑19)
> **Highlight:** the timer now stays in phase even after zoning, load‑screens, or instant mana bursts.
| Type | Change |
|---|---|
| ✨ **New** | **Magnitude Filter** — ignores mana gains ≥ 500 mana when sampling; potions & Evocate no longer skew the tick interval. |
| **Auto Re‑sync After Zoning** — phase resets on `PLAYER_ENTERING_WORLD`; the first tick you see re‑aligns the bar. | |
| ⚙️ **Improved** | Passive phase‑snap now throttled (max 1 snap / 6 s) to stay CPU‑friendly. |
| On‑update loop wraps using `while … do diff = diff - tickInterval end` (micro perf over `%` modulo). | |
| 🧹 **Clean‑up** | Removed all debug chat prints; combo label stays hidden when at “0”. |
| 📦 **Packaging** | Added **`package.sh`** — run inside the folder to create `DrinkWalkTimer.zip` ready for CurseForge. |
Enjoy flawless drink‑walking without manual resets!