Compatibility
Minecraft: Java Edition
1.21.5
Platforms
Supported environments
Creators
Details
Licensed ARR
Published last month
Updated last month
Helpful Crosshair
1.21.5 | Fabric
Adds useful, quality of life, indicators ("hints") next to the crosshair!
Here's what they look like:






Â
Configuration
The helpful_crosshair.config.json
file will be generated when you first load the game with the mod. You can enable/disable hints here!
Example (last updated v0.1):
{
"hints": [
{
"identifier": "incorrect_tool",
"enabled": true
},
{
"identifier": "tool_durability",
"enabled": true
},
{
"identifier": "arrow_count",
"enabled": true
},
{
"identifier": "redstone_level",
"enabled": true
},
{
"identifier": "leashed_mobs",
"enabled": true
},
{
"identifier": "crop_growth",
"enabled": true
}
]
}