Compatibility
Minecraft: Java Edition
1.19.2
Platforms
Supported environments
Client-side
Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published last year
โจ Glint Begone
๐ Languages:
๐ฆ Description
Ever wanted to remove the enchanted glint from items? Especially when they don't even have any enchantments? Glint Begone is here to wipe that visual noise off your screen.
๐ง How it works:
In the config file, you can list item IDs (with optional NBT) for which the glint will be removed. Use ModMenu for an easier interface.
๐ Examples:
| Config | In-game Item | Result |
|---|---|---|
ID: "minecraft:written_book"NBT: (empty) |
Any written book | Glint removed from all written books |
ID: "minecraft:written_book"NBT: {display:{Name:'{"text":"Memoirs"}'}} |
Book titled "Memoirs" | Glint removed only from written books titled "Memoirs", not others |
โ๏ธ Sample config:
{
"disabledItems": [
{
"itemId": "minecraft:written_book",
"nbt": "{display:{Name:'{\"text\":\"Memoirs\"}'}}"
}
]
}


