promotional bannermobile promotional banner

nbtMapper

A Fabric client-side mod that automatically builds map art from NBT structure files — handles movement, inventory, block placement, and resupply with zero manual intervention.
Back to Files

nbtmapper-1.10.0.jar

File namenbtmapper-1.10.0.jar
Uploaded
Aug 23, 2026
Downloads
13
Size
112.0 KB
Mod Loaders
Fabric
File ID
8714259
Type
R
Release
Supported game versions
  • 26.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:nbtmapper-1482308:8714259"

Learn more about Curse Maven

What's new

[1.10.0] - 2026-08-23

Added

  • Full UI localization. Every user-facing string in the GUI now resolves through the translation system, shipping with en_us and zh_tw locale files (80 keys each, fully in sync — no missing keys on either side).
  • Toggle buttons (Auto Next, Debug, and the Settings switches) render a translatable ON/OFF chip through a shared onOff() helper instead of concatenating literals.
  • Placeholder hints on the Remap and Settings tabs are translatable.

Changed

  • Updated to Minecraft 26.2 (from 26.1.2).
    • Fabric Loader 0.19.2 → 0.19.3
    • Fabric API 0.150.0+26.1.2 → 0.158.0+26.2
    • fabric.mod.json now declares "minecraft": "~26.2"
  • Migrated to the 26.2 screen-management API. Screen state moved off Minecraft onto Minecraft.gui:
    • minecraft.screen (field, removed) → minecraft.gui.screen()
    • minecraft.setScreen(…)minecraft.setScreenAndShow(…) (8 call sites)
  • Converted 92 GUI strings from Component.literal to Component.translatable.

Compatibility

  • This release does not run on 26.1.x. Minecraft.setScreenAndShow does not exist in 26.1, so the mod fails to load there. Stay on 1.9.0 for 26.1.2.
  • Requires Java 21 or newer.

Known limitations

  • Two strings are still hardcoded English: the body of the "New Site" confirmation dialog, and the bottom progress readout (Progress: n / n (x%)).
  • Single-letter axis labels (X / Y / Z) are intentionally left untranslated.

This mod has no additional files