Links
Tags
Creators
Details
All versions
1.2.1
Release
Biome Runestone 1.2.13 weeks ago 20
Uploaded by
Compatibility
Minecraft: Java Edition
1.6.4
Platform
Legacy Fabric
Supported environments
Client and server
Changes
V1.2.1
Repair
- Fix the issue where random biome rune stones would immediately revert to the nearest biome landing spot when no safe landing point could be found near the first random candidate location Adjust the random forest search strategy: After a single candidate point fails to land, it will continue attempting new random candidate points within the same search budget Add a temporary exclusion record for the current round to the random group system, preventing repeated redirection to the same failed landing position within a single search session
- Fixed the issue where the nearest fallback point after a failed random search could contaminate the random cache and history, preventing subsequent multiple entries from being incorrectly fixed to the fallback coordinates
- Adjust the random group system cache reuse logic to prioritize reusing the last successful random result, reducing misjudgment failures caused by verification changes
- When normal random search still fails, add a round of remedial search with relaxed minimum spacing constraints to improve the success rate of consecutive random searches
- Add a more stable minimum time budget for random group system searches to reduce the issue of premature rollback when the search time is too short
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:SJGktdW7:hC3Dq6E8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SJGktdW7:hC3Dq6E8"
}

