Tags
Creators
Details
All versions
26.1-b6
Release
Item Editor - Component & NBT 26.1-b64 months ago 52
Compatibility
Minecraft: Java Edition
26.1.x
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
Added
- Storage: Added a full saved-item storage system with pages, search, sorting, commands, better tooltips, and fast background loading.
- Raw Editor: Added a new Raw Editor section with better text editing, formatting options, error highlighting, and smarter suggestions.
- Components section: Added a new Components category for editing more item details in one place.
- More special item editors: Added new editors for Armor Stand, Item Frame, and Spawn Egg (including villager trade details).
- Reworked banner/shield and sign editor.
- Added better live previews for edited items.
- Added a way to save colors & gradients.
- Added buttons for collapsing categories and preview sections.
- Added every hide flag.
Fixed
- Fixed scrolling issues in dialogs and panels where scroll or clicks could affect the wrong area.
- Fixed category/preview panel spacing and clipping issues, especially on big UI scales & lower screen resolutions.
- Fixed sign editing problems (line behavior, alignment, and preview accuracy).
- Fixed some editor panels where buttons/fields could be hidden or misaligned.
- Fixed gradient coloring problems with special characters.
- And many fixes on everywhere, mostly on UI.
- Fixed a minor issue on head editor
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:TbA9PM29"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FFDotM4D:TbA9PM29"
}


