ENCHANTMENT SYMBOLS (CLEAN) - Resource Pack
=============================================

WHAT IT DOES
Every one of the 39 vanilla enchantments gets its own enchanted-book
cover: a flat, solid color by category plus one bold white icon in
the middle. It's designed to be readable at a glance in a stacked
inventory or chest - no clutter, no tiny detail, just a color and a
shape.

WHY THIS VERSION
The goal is a look a brand-new player can read instantly (bright
icon = "click here to learn what this book is"), while still
feeling clean and deliberate enough for a long-time player who just
wants fast, accurate sorting without visual noise.

  - Cover color = category (glance-sortable across a whole chest)
      Red         Combat      (Sharpness, Smite, Fire Aspect...)
      Blue        Armor       (Protection, Feather Falling...)
      Gray        Tools       (Efficiency, Fortune, Mending...)
      Teal        Fishing     (Luck of the Sea, Lure)
      Purple      Ranged/     (Multishot, Piercing, Riptide...)
                  Trident
      Green       Movement    (Depth Strider, Swift Sneak...)
      Dark purple Curses      (Curse of Binding, Curse of Vanishing)

  - White icon = the exact enchantment (sword = Sharpness, skull =
    Smite, shield = Protection, lightning bolt = Quick Charge,
    infinity loop = Infinity, and so on for all 39). Every icon has
    a dark outline so it stays legible against any cover color.

  - An unrecognized enchantment, or a plain un-enchanted book, falls
    back to a neutral violet cover with a plain ring icon.

HOW IT WORKS (no mods needed)
100% vanilla, using Minecraft's built-in item-model condition system
(assets/minecraft/items/enchanted_book.json), which reads the book's
stored_enchantments component and swaps in the matching texture
automatically. No OptiFine, no datapack.

HOW TO INSTALL (Java Edition)
1. Do not unzip the file.
2. Options > Resource Packs > Open Pack Folder (or go straight to
   %appdata%\.minecraft\resourcepacks on Windows,
   ~/Library/Application Support/minecraft/resourcepacks on Mac,
   ~/.minecraft/resourcepacks on Linux).
3. Drop "EnchantmentSymbolsClean.zip" into that folder.
4. Refresh Resource Packs in-game, move "Enchantment Symbols -
   Clean" to Selected, click Done.

VERSION COMPATIBILITY
Built for Minecraft 26.3 Snapshot 7 (resource pack format 95):

    "min_format": 95,
    "max_format": 95

The per-enchantment selection needs a version from roughly 1.21.5
(25w03a/25w04a) onward - every release since, including all 26.x
versions, supports it. On older versions you'll just see the
fallback violet cover instead of per-enchantment icons.

If a future snapshot raises the resource pack format past 95 and
you get an "incompatible" warning, open pack.mcmeta and raise
"max_format" to match (check yours with F3 in-game).

CUSTOMIZING FURTHER
- Per-enchantment textures: assets/minecraft/textures/item/enchanted_book/<name>.png (32x32)
- Per-enchantment models:   assets/minecraft/models/item/enchanted_book/<name>.json
- Dispatch logic:           assets/minecraft/items/enchanted_book.json
- Fallback cover:           assets/minecraft/textures/item/enchanted_book.png
