Links
Tags
Creators
Details
1.2.10+26.1
Compatibility
Required content
Changes
Same code as 1.2.9. Reissued so the shipped build is the one that cleared the FULL gate rather than a reduced one: 1.2.9 was published after a CRITICAL-tier boot pass only (10 cells), on the argument that its jars differed from the COMPLETE-swept 1.2.8 by nothing but a version string. That argument is true and it is still a shortcut, and the bug this line exists to fix was itself found in the gap between "it boots" and "it behaves". 1.2.10 carries a COMPLETE server-boot sweep plus a new in-game storm gate (a real player, a real bed, a live thunderstorm) that reproduces mod_support #10 end to end -- the first release of this mod verified by something other than a boot log.
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:M1lrtuN1:pwETlQ0V"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:M1lrtuN1:pwETlQ0V"
}
