26.1.2-1
Compatibility
Changes
š Minecraft 26.1.2 Update ā v26.1.2 Compatibility update for Minecraft 26.1.2 ā no new features or behaviour changes. š Version naming change: The mod version now mirrors the Minecraft version it targets, making it easier to grab the right one at a glance. What changed:
Updated to Minecraft 26.1.2 Updated to Fabric Loader 0.19.2 and Fabric API 0.146.1+26.1.2 Updated Fabric Loom to 1.16-SNAPSHOT
Compatibility:
Minecraft 26.1.2 Fabric Loader 0.19.2+ Works on both client and server
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:kWjz0gw8:jiWvEaTs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kWjz0gw8:jiWvEaTs"
}

