Quick Start¶
AnkiNBT is a client-side editor for item data, entity data and Minecraft data components. Pick the right jar, place it in your mods folder, then hold an item or hover one in an inventory and press N.
Pick The Right File¶
| Loader | Download file | Java |
|---|---|---|
| Fabric | AnkiNBT-Fabric-mcVersion-1.2.4.jar |
Java 21 for the 1.21 line, Java 25 for the 26.1 line |
| NeoForge | AnkiNBT-NeoForge-mcVersion-1.2.4.jar |
Java 21 for the 1.21 line, Java 25 for the 26.1 line |
Fabric builds also require Fabric API. When downloading, match Fabric or NeoForge first, then match the Minecraft version after mc.
Installation Compatibility Matrix
What 1.2.4 Includes¶
- Fabric and NeoForge builds for Minecraft 1.21 through 1.21.11, plus 26.1, 26.1.1 and 26.1.2.
- Simple Mode for general fields, enchantments, lore, attributes, appearance, potion effects and NBT import/export.
- Advanced Mode for NBT tree search, add, delete, edit, expand, collapse and type validation.
- Name and lore editing with
Ctrl+A, arrow keys,Shiftselection, mouse drag selection and coloring selected text. - Potion editing with base potion, custom color, multi-select effects and per-effect duration, amplifier, particles and icon settings.
- Localized enchantment and attribute names, search, notes and single-item removal.
- Villager trade editing with searchable item picking, buy/sell items, max uses, XP and price multiplier.
- NBT import/export with categories, aliases and a configurable output directory.
Feature Overview Simple Mode Advanced Mode
Open The Editor¶
Main Hand Item¶
- Hold the item you want to edit.
- Press
N. - The editor opens for that item.
Inventory Hover¶
- Open an inventory, chest or other container.
- Hover the target item.
- Press
N. - The editor reads the hovered item.
If no held or hovered item is found, AnkiNBT shows a message instead of opening an empty editor.
Save Rules¶
- Press
Ctrl+Sto save changes. - Saving is only available in Creative Mode. Other game modes can inspect data but cannot write it back.
- Press
Escto close the editor. - Unsaved changes trigger a confirmation prompt.
Common Paths¶
| Goal | Page |
|---|---|
| Install or update | Installation |
| Check supported versions | Compatibility Matrix |
| Check shortcuts | Shortcuts |
| Read what changed in 1.2.4 | Changelog 1.2.4 |
Configuration¶
The config file is stored at .minecraft/config/ankinbt.json. Common options include the open key, default mode, UI opacity, theme color, attribute notes, NBT export directory and close confirmation.