SmartCursor — Minecraft mod with cursor utilities
Minecraft Forge mod that shows tooltips and info under the cursor
Easy way to see important information on screen. SmartCursor is a Minecraft Forge mod that adds an informative cursor: tooltips for mobs and players (name, health, effects), blocks (name, state, break damage %), and dropped items (name, stack size). Configurable via F key; works in multiplayer and modpacks. For modders: plugin API with IEntityProcessor, IBlockProcessor, IDropProcessor, IPlayerProcessor.
| Downloads (CurseForge) | GitHub Stars | Forks |
|---|---|---|
| 160k+ | 13 | 4 |
Screenshots
Tooltips for entities, blocks and drops. Source: CurseForge SmartCursor
Features
- Mobs and players — Name, health, effects and other info above the cursor; no need to aim or open inventory.
- Blocks — Name, state and break damage percentage; multiple tooltip styles.
- Drops and loot — Item name and stack count; works for experience orbs too.
- Configurable — F key opens settings: enable/disable modules, change tooltip style, colors and UI options.
- Multiplayer — Works on servers and in modpacks; useful for farming, raids and looting.
- Plugin API — For modders: implement
IEntityProcessor,IBlockProcessor,IDropProcessororIPlayerProcessor, then register withModuleConnector.connectModule(new YourModule());. Depend on the mod withdependencies="required-after:SmartCursor".
Localization: EN, RU, CN. Good replacement for WAWLA (What Are We Looking At). Open source on GitHub.
Versions and availability
| Minecraft | Latest version | Notes |
|---|---|---|
| 1.12.2 | 1.5.1 | Updated for latest 1.12.2 Forge |
| 1.8 | 1.5.0 | Beta support |
| 1.7.10 | 1.5.0 | Stable |
| 1.7.2 | 1.5.0 | Stable |
Requires: Minecraft Forge.
Categories (CurseForge): Map and Information, API and Library, Cosmetic.
Links
- GitHub — source code, API tutorial, issues
- CurseForge — downloads, files, gallery, description
© Aliaksei Saskevich