A client-side mod that adds tools to help you learn and understand programming concepts inside Minecraft — visualize coordinates, track block updates, overlay a coordinate-axis grid, and keep the game visible while you work in another window.
Client-side only. No server installation required. Works on vanilla servers.
| Feature | Description | |
|---|---|---|
| 🧭 | HUD | Displays absolute coordinates, facing direction, and target-block info (block ID + block-state properties) in the top-left corner |
| 🟥 | Block Update Highlight | Colors blocks by placement order (newest = red → oldest = blue) and fades them out over time. Detects updates from the server via mixin — works even on vanilla servers |
| 🎯 | Target Highlight | Stronger outline + translucent fill on the block you're looking at |
| 📐 | Coordinate Grid | 1-block-unit grid around the player with origin-anchored axis arrows (+X = red, +Z = blue) |
| 🪟 | Window Controls | Render while unfocused, always-on-top toggle, focus-border indicator, and External Operation Mode |
Default keys are unbound in vanilla 1.21.10 and will not conflict with normal gameplay. All bindings can be changed in Options > Controls.
| Key | Action |
|---|---|
H |
Toggle all mod features on/off at once |
K |
Toggle External Operation Mode |
K)Designed for studying code in an editor while referencing Minecraft at the same time:
Enable/disable each feature and tweak highlight colors, fade duration, grid size, and more:
config/utilitiesforprogrammers-client.toml
Changes apply without restarting the game.