Helpful Crosshair

Helpful Crosshair

Mod

Adds useful, quality of life, indicators ("hints") next to the crosshair!

Client DecorationGame MechanicsUtility

337 downloads
11 followers
Follow Save

Helpful Crosshair

1.21.5 | Fabric


Adds useful, quality of life, indicators ("hints") next to the crosshair!

Here's what they look like:

Hint showing that the redstone level is 6 Hint showing a wooden pickaxe cannot mine a deepslate redstone block Hint showing the player has leashed 3 cows Hint showing the player, who is holding a bow, will shoot tipped arrows and there are 33 arrows remaining Hint showing the equipped wooden pickaxe has 13 durability left Hint showing the carrot plant is 100% grown

 

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
    }
  ]
}

Project members

Sparkless101

Member

Details

Licensed ARR
Published 3 months ago
Updated 25 days ago