Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 2 weeks ago
All versions
5.0.2+mc1.19.4
Release
5.0.2+mc1.19.43 years ago 152
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
Changes since 4.2.1
- Fix miscopied patch from Fabric to Forge - embeddedt
- Change cancellation strategy for bakeModels, fixes Balm issues - embeddedt
- Avoid printing "automatic merge went well" message [skip ci] - embeddedt
- Allow resolving merge conflicts inside propagator [skip ci] - embeddedt
- Fix creative search tab not having a populator registered on Fabric - embeddedt
- Change dynamic_dfu to return real schemas as well - embeddedt
- Add yet another texture folder - embeddedt
- Fix CF publishing - embeddedt
- Move curseforge/modrinth code into common file - embeddedt
- Add tickable object framework - embeddedt
- Add autorelease script [skip ci] - embeddedt
- 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
- Allow DashLoader 5 on 1.19.4+ - embeddedt
- Tweak faster_texture_loading injection point for compatibility - embeddedt
- Remove MC version from archive base name - embeddedt
- Re-add new versioning logic (was somehow dropped during merge) - 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:KvbeSuS1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nmDcB62a:KvbeSuS1"
}

