Tags
Creators
Details
All versions
1.21.11-b25
Release
Item Editor - Component & NBT 2510 hours ago 45
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Fabric
Quilt
Supported environments
Client-side
Changes
build-25
- added focus mode to raw editor, with a finder/replacer and many more changes and improvements to it
- improved command block editor with syntax highlighting, suggestions, error navigation and many more features^^
- added changed-field markers to whole editor
- added styles (basically shadow color + text color at once but saveable together)
- added import previews, duplicate detection, and progress feedback
- improved color editor, now previewing text and shadow colors
- changed/improved item picker
- fixed undo/redo on text fields
- fixed storage on locked mode preventing key inputs
- fixed several small-window overflow, scrolling, and rich-text selection issues
- fixed several owo-lib related problems (only for 26.3)
- and like always, many more changes i forgot
Optional dependencies
Any compatible version
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:FFDotM4D:ilA00jkG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FFDotM4D:ilA00jkG"
}

