FAQ

chevron-rightQ: Pressing N does nothing. What’s wrong?hashtag

A: Check these items:

  • You must be holding an item, or hovering an item in an open inventory screen.

  • Make sure the keybind wasn’t changed.

    Check Options > Controls > Key Binds > AnkiNBT.

  • Make sure AnkiNBT is installed correctly.

    Look for it in the Mods list.

chevron-rightQ: I can’t save. The Save button does nothing.hashtag

A: Saving works in Creative mode only.

In Survival / Adventure / Spectator, the editor is read-only.

Switch to Creative (/gamemode creative) and try again.

chevron-rightQ: Can I use AnkiNBT on servers?hashtag

A: AnkiNBT is a client-side mod.

It edits items via Creative inventory actions on the client.

In practice:

  • Singleplayer / LAN: fully works in Creative.

  • Servers with Creative allowed: works if the server allows Creative inventory actions.

  • Survival servers: you can view NBT, but can’t save edits.

chevron-rightQ: Do I need Fabric API on Fabric?hashtag

A: Yes.

Install Fabric APIarrow-up-right.

chevron-rightQ: Where are exported NBT files saved?hashtag

A: By default: .minecraft/ankinbt-config/save-nbt/.

You can change it in .minecraft/config/ankinbt.json via nbtExportDir.

You can also organize files by category (subfolder).

chevron-rightQ: Can I import .nbt files exported by other tools?hashtag

A: Yes.

AnkiNBT uses Minecraft’s standard compressed NBT format.

It’s the same format used by structure files.

Imported data replaces the current item’s data components.

chevron-rightQ: The UI is too transparent / too opaque. Can I change it?hashtag

A: Yes.

Edit .minecraft/config/ankinbt.json and adjust uiOpacity.

Range: 0.3 (very transparent) to 1.0 (fully opaque).

Default: 0.85.

chevron-rightQ: Which Minecraft versions are supported?hashtag

A: Minecraft 1.21 to 1.21.11.

Both NeoForge and Fabric are supported.

Each version has its own build.

chevron-rightQ: How do I switch between Easy Mode and Advanced Mode?hashtag

A: Use the mode toggle button at the top of the editor.

You can also set showAdvancedTags to true (Advanced) or false (Easy).

chevron-rightQ: I found a bug. Where should I report it?hashtag

A: Post it in the Discord channel, and include:

  • Your Minecraft version

  • Loader (NeoForge or Fabric) + version

  • Steps to reproduce

  • Relevant logs from .minecraft/logs/latest.log

Last updated