Tags
Creators
Details
Licensed EUPL-1.2
Published 2 years ago
Updated 3 days ago
All versions
5.7.0+1.21.11
Release
Variants-CIT 5.7.0+1.21.113 days ago 3,355
Compatibility
Minecraft: Java Edition
1.21.9–1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- Added item property:
dyed_color.
The NBT representation of this component varies with versions of Minecraft, so using the mod's property is more reliable. nbtPathkeys are more lenient and will be treated as identifiers whenever possible.
E.g:enchantments.sharpnesswill now work for the enchantmentminecraft:sharpness.- Added transform:
translate.
This can be used to ensure name-based or lore-based modules remain functional regardless of the player's language. - Transforms
whitelist,blacklistandremapnow have_idand_numberversions. - Transform
remapcan now output numbers. - Added equipment assetGen presets:
horse,wolf,llama - Added equipment assetGen preset:
ghast(MC 1.21.6+) - Added equipment assetGen preset:
nautilus(MC 1.21.11+) - Added equipment layers
nautilus_saddleandcamel_husk_saddleto the saddle preset (MC 1.21.11+) - Added equipment layer
humanoid_babyto the humanoid preset (MC 26.1+) - Added module field
item(singular) as an alias foritems(plural). - Fixed command
module model-idshowing a misleading message for missing intrinsic models.
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:jURjbCaq:I207Tba8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jURjbCaq:I207Tba8"
}

