nbtmapper-1.10.0.jar
Curse Maven Snippet
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_usandzh_twlocale 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.jsonnow declares"minecraft": "~26.2"
- Migrated to the 26.2 screen-management API. Screen state moved off
MinecraftontoMinecraft.gui:minecraft.screen(field, removed) →minecraft.gui.screen()minecraft.setScreen(…)→minecraft.setScreenAndShow(…)(8 call sites)
- Converted 92 GUI strings from
Component.literaltoComponent.translatable.
Compatibility
- This release does not run on 26.1.x.
Minecraft.setScreenAndShowdoes 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

