Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last year
All versions
2.0.1
Release
NBT Editor v2.0.12 years ago 17.5K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.x
1.19.x
1.18.x
1.17.x
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Any compatible version
Changes
NOTE: https://github.com/mega12345mega/NBT-Editor/wiki/Updating-the-Client-Chest
Main Features:
- 1.20.5 & 1.20.6 Support
- Added a DataVersion tag to the client chest and exported .nbt files
- Added an updater tool to the client chest and DataVersion field in
/nbt importfor .nbt files without the tag- Added functions to the API to update NBT
- Added container support for horse variations (donkey, llama, camel, etc.)
- Added a config option to change the position of the additional tabs (client chest, enderchest) for JEI compatibility (Issue #58)
- inon13 added a Hebrew translation (he_il)
- hyplant updated Simplified Chinese (zh_cn)
- Xantrisse updated Polish (pl_pl)
Small Features & Changes:
- Changed the inventory keybind, when used in the container screens, to go back to the previous container rather than up to the parent container
- Changed the no armor restriction config to be no slot restriction, which now applies to shulker boxes and the horse screen rather than always being enabled for them
- Added toolips to explain highlighted tags in the editor
- Changed the min/max/-infinity/+infinity button in the attribute editor to 4 individual buttons
- Changed the -infinity & +infinity buttons in the attribute editor to use
Double.POSITIVE_INFINITYinstead ofDouble.MAX_VALUE - Renamed the operations in the attribute editor to match 1.20.5+ names, which will also be used in older versions of Minecraft since they make more sense
- Made the book screen's page keybinds act the same as the client chest's page keybinds (influenced by the config)
- Replaced
/factory unstackablewith/factory randomuuid [add | remove]and, for 1.20.5+,/factory maxstacksize (default | <size>) - Changed the level limit in the enchantment editor to 255 in 1.17.1+
- Removed
/factory signboard import - Moved the cancel button in group shortcuts to match aliases
- Moved the text for attribute operations and slots to the language files
- Added
/get help get&/get help open - Optimized calls checking if the subject is unsaved in the editor
- Changed the NBT Editor protocol version to 1, so this update is incompatible with previous versions of the mod (for client-server communication)
Bug Fixes:
- Fixed converting books to writable detecting black as formatting
- Fixed setting sign items to waxed not working
- Fixed importing uncompressed .nbt files failing
- Fixed no armor restriction (now no slot restriction) being disabled and enabled when it shouldn't
- Fixed the name field in the editor scrolling to the last character when editing NBT
- Fixed the disabled name field not updating when changing the name in the main name field in the display editor
- Fixed getting multiple stacks of items resulting in incorrect stack sizes sometimes
- Fixed the text format sometimes outputting incorrect formatting
- Fixed crash when converting simple text into the text format
- Fixed a Java exception appearing when providing out of bounds lines to
/factory display loreinstead of a proper message - Fixed armor stand entities not being considered containers
- Fixed crash when rendering entities in the guis if the entity is holding an enchanted item
- Fixed crash in the editor when the count is set to "+" and the type is changed
- Fixed crash when calling
/get presetin <= 1.18.2 - Fixed vertical centering of the jump pages buttons in the client chest
- Fixed opening containers inside of world containers resulting in desync
- Fixed the toast messages (update available, incompatible protocol) not working in <= 1.20.2
- Fixed internal issue with cloning strings in the editor (this doesn't seem to actually break anything, but unsure)
- Fixed issues with truncating messages/commands in the extended chat field
- Fixed crash when entering "-" into the page field in the client chest
- Fixed quick moving items in horse variations sometimes causing the item to disappear (as it is moved to the invisible saddle or armor slots)
- Fixed mod conflicts with any mod that uses fake players (Issue #108)
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| nbteditor-2.0.1-dev.jar | Unknown | 1.19 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:wC0Sq5ln"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5Osk0m1G:wC0Sq5ln"
}
