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-2.0.0.jar |
Java 21 for the 1.21 line, Java 25 for the 26.x line |
| NeoForge | AnkiNBT-NeoForge-mcVersion-2.0.0.jar |
Java 21 for the 1.21 line, Java 25 for the 26.x line |
Fabric builds also require Fabric API. When downloading, match Fabric or NeoForge first, then match the Minecraft version after mc.
Installation Compatibility Matrix
The 2.0.0 Major Update¶
- Fabric and NeoForge builds for Minecraft 1.21 through 1.21.11, plus 26.1, 26.1.1, 26.1.2 and 26.2: 32 jars in total.
- A rebuilt item editor for general fields, enchantments, lore, attributes, appearance, potion effects and NBT import/export.
- A rebuilt entity editor for spawn eggs and live entities, including health, state flags, undo and server readback.
- A rebuilt villager trade editor with add, copy, move, delete, two buy items, sell items and complete trade fields.
- 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.
- Fixes for missing-glyph icon boxes, duplicate
minecraft:lungeentries and low-version Fabric background flicker. - 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 2.0.0 | Changelog 2.0.0 |
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.