
HighLightItem
Minecraft mod that highlights inventory items similar to the one hovered over.
Обновлён 17 июня 2026 г. · опубликован 10 июля 2023 г.
What is the mod doing?
Minecraft mod that highlights inventory items similar to the one hovered over.
Features (only 1.0.0 or superior versions)
You can use differents comparaison modes :
- ITEM_ONLY : This mode will only compare if the materials are identicals for example if it's a oak door or not. It's how the mod has compared ItemStack until this feature was added and it's the default mode
- ITEM_AND_AMOUNT : Like the previous mode but it will compare if stacks has the same amount for example only all the 2 oak doors stacks will be highlighted
- ITEM_AND_NBT : It will compare like ITEM_ONLY mode plus compare the NBT for example does a name tag uses same names or shulker boxes contains the same exact contents
- ITEM_AND_NBT_AND_AMOUNT : It's a mix of all previous modes
For version 1.1.0+ three new comparaison modes exists :
- NAME_ONLY : It will check if items share the same name
- NAME_AND_AMOUNT : like previous one but check if stacks has the same amount too
- NAMESPACE : It will highlight the items who share the same namespace usefull to highlight all items that are from the same mod
Custom colors : You can choose between 16.777.216 colors to tune the Highlighting either using the command or via the menu where you can use sliders and a preview to make it easier. The format used is the RGBA
Opacity : With the custom colors using the RGBA format it means you can tweak the transparency which is the A(for alpha) value you choose.
Keybinds : You can add keybinds to toggle the highlighting, changing mode comparaison, color the hovered element or open the color picker menu.
Language : The mod is available in English, French, German, Russian, Ukrainian and Chinese Simplified.
Config menu (v2.0.0+):
The old color picker is now a true configuration menu where you can change all the configs directly. To open it you can use the command /highlightitem menu or the keybind or if you use ModMenu directly from the Mods button.
Notifications (v2.0.0+): You can choose a preferred mod notification sending mode when you have no inventory opened :
- Default : It depends on the context.
- If you are using the command to make a change the notif will be sent in the chat.
- If you pressed a key bind it will be sent in the minecraft overlay zone (above life, levels and hunger).
- Chat : It will be sent in the chat
- Overlay : It will be sent in the minecraft overlay zone (above life, levels and hunger).
- Toast : It will always be sent in a "minecraft toast notification"
Commands
If you prefer commands than keybinds and the menu there are three commands available to manage the mod :
/highlightitem toggle -> activate/deactivate the mod
/highlightitem menu -> open the config menu (only for v2.0.0+)
/highlightitem colorHover <true/false>-> when set to true the slot of the item you are pointing with your cursor will be colored too when set to false it still will be highlight but with the vanilla highlighting
/highlightitem color <COLOR> -> choose the color in a list of default colors the mod will use to highlight the items
/highlightitem color CUSTOM <RGBA value> -> choose a custom color using the RGBA format
Support the project
Want to support me and other creators by the same time? Disable your ad blocker while you are on Modrinth it's free and the website use ethical and non-invasive ads ;)
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 2.3.0 | Релиз | 26.2 | fabric, quilt | 17 июня 2026 г. | .jar (57 КБ) |
| 2.2.0 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric, quilt | 25 марта 2026 г. | .jar (57 КБ) |
| 2.1.0 | Релиз | 1.21.11 | fabric, quilt | 12 декабря 2025 г. | .jar (56 КБ) |
| 2.0.2 | Релиз | 1.21.9, 1.21.10 | fabric, quilt | 10 октября 2025 г. | .jar (56 КБ) |
| 2.0.1 | Релиз | 1.21.6, 1.21.7, 1.21.8 | fabric, quilt | 1 июля 2025 г. | .jar (55 КБ) |
| 2.0.0 | Релиз | 1.21.6 | fabric, quilt | 23 июня 2025 г. | .jar (55 КБ) |
| 1.3.3 | Релиз | 1.21.6 | fabric, quilt | 17 июня 2025 г. | .jar (46 КБ) |
| 1.3.2 | Релиз | 1.21.5 | fabric, quilt | 27 марта 2025 г. | .jar (46 КБ) |
| 1.3.1 | Релиз | 1.21.4 | fabric, quilt | 4 декабря 2024 г. | .jar (46 КБ) |
| 1.3.0 | Релиз | 1.21.2, 1.21.3 | fabric, quilt | 23 ноября 2024 г. | .jar (46 КБ) |
| 1.3.0-SNAPSHOT | Бета | 1.21.2, 1.21.3 | fabric, quilt | 23 октября 2024 г. | .jar (47 КБ) |
| 1.2.1 | Релиз | 1.21, 1.21.1 | fabric, quilt | 17 сентября 2024 г. | .jar (45 КБ) |
| 1.2.0 | Релиз | 1.21, 1.21.1 | fabric, quilt | 16 июня 2024 г. | .jar (42 КБ) |
| 1.1.3 | Релиз | 1.20.5, 1.20.6 | fabric, quilt | 29 апреля 2024 г. | .jar (42 КБ) |
| 1.1.2 | Релиз | 1.20.5 | fabric, quilt | 23 апреля 2024 г. | .jar (42 КБ) |
Показаны последние 15 из 20 версий. Все версии — на Modrinth.
Ченджлог
2.3.0Релиз26.2 · 17 июня 2026 г.
Adds support to MC 26.2
2.2.0Релиз26.1, 26.1.1, 26.1.2 · 25 марта 2026 г.
Adds support to MC 26.1
2.1.0Релиз1.21.11 · 12 декабря 2025 г.
Adds support to MC 1.21.11
Internals :
- Migrate to Mojang Mappings to prepare the transition to unnobfuscated Minecraft
- Upgrade gradle to 9.2.1
2.0.2Релиз1.21.9, 1.21.10 · 10 октября 2025 г.
Adds support to MC 1.21.9 and 1.21.10
Fixes
- Toast notifications text is cropped sometimes when pressing multiple times a bind
Features
- Add missing translations for german, russian, ukrainian and simplified chinese (Generated using DeepL)
Internals
- Update gradle to 9.1.0
2.0.1Релиз1.21.6, 1.21.7, 1.21.8 · 1 июля 2025 г.
Adds support to MC 1.21.7 and 1.21.8
2.0.0Релиз1.21.6 · 23 июня 2025 г.
Configuration menu (Color picker changes)
Features
The color picker menu is now a full config menu which allow to change configs which was previously only changed with key binds or commands.
- Add a new button to reset the color values
- Add a new button to change the comparator mode
- Add a new button to change if the hovered item is highlighted too
- Add a new button to toggle the highlighting
- The config menu can now be opened with the command
/highlightitem menu
Bug fixes
- Fix some bugs that could occur after resizing the minecraft game window with the config menu opened :
- Buttons and some elements that are not resized
- Accessibility linked problems when you use the tab key to navigate
- Narrator issues
Changes
- Before, changing the color with the slides or with the "use the vanilla color" button always update the configured values even when you use the escape key to close the menu. Now the changes will only be applied by pressing the "Apply and close" button which replace the old "done" button.
Other changes
Features
- Improve logging during the Client initialization phase
Changes
- Notifications sent when you change a config while using a key bind with an opened inventory are now sent in a "minecraft toast notification"
- You can choose a preferred mod notification sending mode when you have no inventory opened :
- Default : It depends on the context.
- If you are using the command to make a change the notif will be sent in the chat.
- If you pressed a key bind outside an opened inventory it will be sent in the minecraft overlay zone (above life, level and hunger).
- Chat : It will be sent in the chat
- Overlay : It will be sent in the minecraft overlay zone (above life, level and hunger).
- Toast : It will always be sent in a "minecraft toast notification"
- Default : It depends on the context.
1.3.3Релиз1.21.6 · 17 июня 2025 г.
Add support to MC 1.21.6
1.3.2Релиз1.21.5 · 27 марта 2025 г.
Add support to MC 1.21.5
Полная история изменений — на Modrinth.
Комментарии
Загружаем…


