▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Glint Begone
Glint Begone

Glint Begone

Get rid of enchantment glint on items when needed

175
1

✨ Glint Begone

Curseforge Page Modrinth Page Github Minecraft Inside


🌐 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:

ConfigIn-game ItemResult
ID: "minecraft:written_book"
NBT: (empty)
Any written bookGlint 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\"}'}}"
    }
  ]
}

Requirements

Совместимость

Minecraft: Java Edition

1.19.x

Платформы

Поддерживаемые окружения

Клиент

Детали

Лицензия:GPL-3.0-only
Опубликован:10 месяцев назад
Обновлён:10 месяцев назад
Главная