Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 2 weeks ago
All versions
5.0.0+mc1.18.2
Beta
5.0.0+mc1.18.23 years ago 79
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
Changes since 2.7.1
- Ensure bin is populated by release runner [skip ci] - embeddedt
- Add script for auto-propagating changes to modern branches where possible [skip ci] - embeddedt
- Fix Wizards spell textures being missing - embeddedt
- Add automated, ephemeral release workflow [skip ci] - embeddedt
- Tweak faster_texture_loading injection point for compatibility - embeddedt
- Change dev build link [skip ci] - embeddedt
- Ensure CTM's metadataCache is thread-safe - embeddedt
- Avoid CME during Indigo model bake on Fabric - embeddedt
- New versioning scheme - embeddedt
- Return missing model for null BlockState - embeddedt
- Allow Fabric version to run on >=1.16.2 - embeddedt
- Add name change easter egg when running on snapshots - embeddedt
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:nmDcB62a:1Mffj87M"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nmDcB62a:1Mffj87M"
}

