Minecraft 26.2 Guide
The primary release build of Speedometer targets Minecraft 26.2 compiled with JDK 25, Loom 1.15+, and Fabric Loader 0.15.0+.
📋 Version Metadata Infobox
| Parameter | Specification |
|---|---|
| Minecraft Target | 26.2 |
| Mod Version Tag | 1.2.2-26.2 |
| Jar Naming Convention | speedometer-1.2.2-26.2.jar |
| Fabric Loader Bounds | >=0.15.0 |
| Minecraft Dependency Bounds | >=26.2 |
| Java Toolchain Target | Java 25 |
| Fabric API Required? | No (100% Zero-Dependency) |
⚡ Core Features in Minecraft 26.2
Minecraft 26.2 introduced modern debug screen architectures (DebugScreenEntries & DebugScreenEntryList). Speedometer integrates seamlessly into these APIs to provide:
- Native F3 Debug Screen Registration: Registered as
speedometeralongside vanilla's internal entries. - Dynamic Keybinding Administration (
F3 + F6): Access the F3 Debug Options Screen to togglespeedometerbetweenAlways,In Overlay, andOFF. - Smart Line Consolidation: On builds where vanilla
player_speedis enabled, Speedometer dynamically appends its velocity calculations to the same line:textSpeed: 0.215 blocks/tick, 4.30 b/s (H: 4.30, V: 0.00) - Standalone Velocity Output: When vanilla
player_speedis disabled andspeedometeris enabled:textSpeed: 4.30 b/s (H: 4.30, V: 0.00)
⚙️ Installation Instructions
- Ensure Fabric Loader (
0.15.0+) is installed for Minecraft 26.2. - Download
speedometer-1.2.2-26.2.jarfrom CurseForge, Modrinth, or the repository GitHub Releases page. - Place the
.jarfile into your.minecraft/mods/directory. - Launch the game and press
F3(orF3 + F6to open debug options).
