Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last year
All versions
1.12.1
Release
NBT Editor v1.12.13 years ago 11.5K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
1.19.x
1.18.x
1.17.x
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Unavailable version
Changes
Main Features:
- 1.20 & 1.12.1 support
- Now allows NaNf, Infinityd, etc. in nbt editor (which doesn't match /data: MC-200070); config option to disable
- Config screen is now organized
Bug Fixes:
- Fixed a crash when editing command group shortcuts outside of a world (via modmenu)
- Fixed group command shortcuts not ticking
- Fixed tooltips in config when using dropdowns
Noteworthy Code Base Changes (for API users):
- Version has been completely redone, so you should use Version.newSwitch() since it is no longer an enum
- Classes named MultiVersion[...] are now MV[...]
- MainUtil has had many methods moved into ItemReference and the new TextUtil
- Use NBTEditorAPI.registerConfigItem(Consumer<ConfigCategory>) to add to and create new config sub-categories
- I'm now regularly commiting and pushing so you can access the latest in-development versions on Github (download the Artifacts.zip for a compiled version)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| nbteditor-1.12.1-dev.jar | Unknown | 764.32 KiB |
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:8QEsJhbp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5Osk0m1G:8QEsJhbp"
}
