Tags
Creators
Details
2.0.0
Compatibility
Changes
The item editor has been redesigned to support basic attributes, enchantments, lore, attribute modifiers, appearance, potion effects, and NBT import/export.
The entity editor has been redesigned to support names, health, status, undo, and server-side readback for spawn eggs and real entities.
The villager trade editor has been redesigned to support adding, copying, moving, deleting, two-way buy/sell, and all trade parameters.
Advanced mode supports NBT tree search, adding, deleting, editing, expanding/collapse, and type validation.
Lore and name editing supports Ctrl+A, arrow keys, Shift selection, mouse drag selection, and coloring selected text.
Potion editing supports basic potions, custom colors, multi-select effects, and independent settings for duration, level, particles, and icons for each effect.
Enchantments and attribute modifiers support localized names, search, descriptions, and single-item deletion.
Fixed missing character squares in icons, duplicate minecraft:lunge, and flickering backgrounds in older Fabric entity/trade editors.
NBT import/export supports categories, aliases, and custom save directories.
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:NRoR9UxD:rCJmeClY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NRoR9UxD:rCJmeClY"
}

