v26.1.2-rc
Compatibility
Required content
Changes
Overview
Compared with v26.1-rc, this release mainly updates the mod for Minecraft 26.1.2 and refreshes related build tooling.
- Updated to Minecraft
26.1.2 - Updated Fabric API to
0.153.0+26.1.2 - Updated Loom to
1.17-SNAPSHOT - Updated Gradle wrapper to
9.5.1
The content and fixes from v26.1-rc are carried over here. No additional major gameplay changes are introduced in this release.
Internal
- Updated dependency declarations and mod metadata for the
26.1.2environment.
Compatibility
- Minecraft
26.1.2 - Fabric Loader
0.19.3+ - Java
25+
Compare
https://github.com/roeyqian/Magnatour/compare/v26.1-rc...v26.1.2-rc
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:xu8wy0oC:Tdsvyz8C"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xu8wy0oC:Tdsvyz8C"
}

