
Ultimate Scaler
An advanced tool mod designed for exploring the furthest boundaries of Minecraft's terrain generation. It not only provides a stable path to the legendary Far Lands but also allows you to manipulate the core rules of world generation itself
0.3.3.2-1.21
Compatibility
Required content
Changes
0.3.3.2 - 2025-9-17
漏洞修复 | Bug Fixes
- 修复了在Minecraft 1.21.2至1.21.5版本无法启动的问题。 | Fixed that the mod could not launch properly in versions 1.21.2 to 1.21.5 of Minecraft.
- 修复了Modrinth上未正确标识支持的游戏版本的问题。 | Fixed that the supported game versions on Modrinth were not correctly identified.
Optional dependencies
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:ktrA4Qtm:pDrd3EVa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ktrA4Qtm:pDrd3EVa"
}

