Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last year
All versions
2.0.2
Release
NBT Editor v2.0.22 years ago 20.7K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.x
1.19.x
1.18.x
1.17.x
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Changes
NOTE: The minimum Fabric Loader version is now 0.16.0
Main Features:
- 1.21 & 1.21.1 support
- Refactored the client chest
- Refactored locked slots
- Added red highlighting to some locked slots, including the unused slots in
/open
- Added red highlighting to some locked slots, including the unused slots in
- Made the Delete key delete items, including locked items (to recover use
/get lostitem history) - Added the Minecraft version the client chest pages are saved in to the updater screen
- Added a warning when updating client chest pages to 1.20.5 & 1.20.6, which have updating-related bugs
- Hid the tooltip on the background stained glass panes in
/get hdb(only for 1.20.5+) - Kulihrasek1101 added a Czech translation (cs_cz)
- dirtTW added a Traditional Chinese translation (zh_tw)
- Xantrisse updated Polish (pl_pl)
- Clexus updated Simplified Chinese (zh_cn)
- RedVortexDev updated Hebrew (he_il)
Bug Fixes:
- Fixed closing/crashing the game while saving or updating a client chest page causing it to get corrupted
- Fixed
/clientchest <page>limiting to 100 when switching to the large client chest mode without relaunching - Fixed strange handling of page names on pages above 100 while in the small client chest mode
- Fixed lack of thread safety in the client chest
- Fixed locked slot bugs, including the handling of quick moves (Ctrl+Click)
- Fixed log spam when editing the type of an item contained within a block or entity's NBT
- Fixed donkeys & llamas not automatically getting
Chested: 1badded while using/open - Fixed memory leak (Issue #125)
- Fixed the "Make Writable" button in written books not disappearing after pressing sometimes
- Fixed error when running
/factory maxstacksize defaulton items without theminecraft:max_stack_sizecomponent - Fixed crash when navigating to a page <= 0 in the
/get hdbGUI - Fixed crash when editing items in world containers in 1.17
- Fixed slots becoming unclickable when No Slots Restrictions is enabled on servers without NBT Editor installed (Issue #112)
- Fixed
/get hdbshowing an exception when calling any of the subcommands before Head Database is loaded (Issue #117) - Fixed Ctrl+F in the expanded NBT screen not handling some types of key presses properly (Issue #119)
- Fixed scrolling GUIs rendering incorrectly on Mac (replaces the "Mac Border Patch" config option with a full fix) (Issue #6)
- Fixed rendering some tooltips on some Macs causing a crash
- Fixed crash when opening the text event editor in <= 1.20.2
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| nbteditor-2.0.2-dev.jar | Unknown | 1.3 MiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:5Osk0m1G:zHF1pO6r"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5Osk0m1G:zHF1pO6r"
}

