https://github.com/serilum/enchantment-level-cap-indicator
⭐ Displays a symbol next to enchanted item tooltips when they reach their max level.
https://github.com/serilum/enchantment-level-cap-indicator
curseforge enchantment-level-cap-indicator fabric forge minecraft mod modding modrinth natamus neoforge quilt rick-south serilum
Last synced: 3 months ago
JSON representation
⭐ Displays a symbol next to enchanted item tooltips when they reach their max level.
- Host: GitHub
- URL: https://github.com/serilum/enchantment-level-cap-indicator
- Owner: Serilum
- License: other
- Created: 2025-02-20T12:49:22.000Z (3 months ago)
- Default Branch: 1.21.4
- Last Pushed: 2025-02-20T12:49:48.000Z (3 months ago)
- Last Synced: 2025-02-23T02:33:31.532Z (3 months ago)
- Topics: curseforge, enchantment-level-cap-indicator, fabric, forge, minecraft, mod, modding, modrinth, natamus, neoforge, quilt, rick-south, serilum
- Language: Java
- Homepage: https://serilum.com/mod/enchantment-level-cap-indicator
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.md
Awesome Lists containing this project
README
Enchantment Level Cap Indicator
Download
You can download Enchantment Level Cap Indicator on CurseForge and Modrinth:
CurseForge: https://curseforge.com/minecraft/mc-mods/enchantment-level-cap-indicator
Modrinth: https://modrinth.com/mod/enchantment-level-cap-indicatorIssue Tracker
To keep a better overview of all mods, the issue tracker is located in a separate repository.
For issues, ideas, suggestions or anything else, please follow this link:
Pull Requests
Because of the way mod loader files are bundled into one jar, some extra information is needed to do a PR.
A wiki page entry about it is available here:
Mod Description
Requires the library mod Collective.
Enchantment Level Cap Indicator helps players determine whether an enchantment on an item is maxed out. While more experienced players have each level cap memorized, new adventurers do not. A symbol is placed next to the enchantment level when it has reached its maximum potential. By default a golden star is used, though you can change this to whatever you prefer in the config.
Works in the enchantment table, anvil and inventory item tool tips.
Configurable: ( how do I configure? )
maxLevelSymbol (default = "⭐"): The symbol used to show that an enchantment is the maximum level. By default a star.
maxLevelSymbolColourIndex (default = 6, min 0, max 15): The colour index value used for the max level symbol. Possible values; 0: black, 1: dark_blue, 2: dark_green, 3: dark_aqua, 4: dark_red, 5: dark_purple, 6: gold, 7: gray, 8: dark_gray, 9: blue, 10: green, 11: aqua, 12: red, 13: light_purple, 14: yellow, 15: white
showSymbolInItemTooltip (default = true): Whether the max level symbol should be shown in the tooltip when hovering over an item.
showSymbolInEnchantmentTable (default = true): Whether the max level should be shown when hovering over potential enchantments in the enchantment table.
Easily see what enchantments are maxed on your tools!
Here's a GIF showing the full mod functionality:
Shows the symbol next to the enchantment clue:
Works in the anvil as well:
Don't like the star? Use your own custom symbol and colour!
------------------
You may freely use this mod in any modpack, as long as the download remains hosted within the CurseForge or Modrinth ecosystem.
Serilum.com contains an overview and more information on all mods available.
Comments are disabled as I'm unable to keep track of all the separate pages on each mod.
For issues, ideas, suggestions or anything else there is the Github repo. Thanks!