Перейти к содержимому
Mineforgian

Helpful Crosshair

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

Загрузки
2K
Подписчики
20
Обновлён
3 января 2026 г.
Лицензия
All-Rights-Reserved

Опубликован 19 сентября 2024 г.

Helpful Crosshair

1.21.11 -> 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 6Hint showing a wooden pickaxe cannot mine a deepslate redstone blockHint showing the player has leashed 3 cowsHint showing the player, who is holding a bow, will shoot tipped arrows and there are 33 arrows remainingHint showing the equipped wooden pickaxe has 13 durability leftHint 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
    }
  ]
}

Ченджлог

v0.2-fabric-mc1.21.11Релиз1.21.11 · 3 января 2026 г.

Update mod for Minecraft 1.21.11 Fabric

v0.1-fabric-mc1.21.8Релиз1.21.8 · 8 августа 2025 г.

Update mod for Minecraft 1.21.8 Fabric

v0.1-fabric-mc1.21.5Релиз1.21.5 · 1 июня 2025 г.

First version of the mod.

Комментарии

Загружаем…