Tags
Creators
Details
0.13
Compatibility
Required content
Changes
This version is mainly an update to 26.1/26.1.1.
Yep, and nothing else than that. Have a look at the changelog for 0.12.3 for the latest functional changes.
This release is currently marked as alpha, as it hasn’t been fully tested yet due to a lack of testers. We’ve done our best to catch and fix major issues, but there may still be undiscovered bugs.
If you find any, please join our Discord and report them <3 Once only few or no major bugs are reported, the version will be upgraded from alpha to beta.
Additional note by Limo: Since Quilt now uses normal Fabric API from 26.1, this version should be fully compatible with Quilt too.
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:NV8eFz7D:tAE7CUxS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NV8eFz7D:tAE7CUxS"
}

