Links
Tags
Creators
Details
1.2.1+mc1.20.1
Compatibility
Changes
Version 1.2.1+mc1.20.1 – Changelog
Forge Exclusive Version
⚠️ Important Announcement
The expanded world height feature (Y: -128 ~ 1024) is removed in this 1.20.1 Forge update.
- Cause: The function leads to client-server registry desync in multiplayer games, causing biome display anomalies and abnormal disconnections.
- Changes: The mod rolls back to vanilla’s default world height range (Y: -64 ~ 320). It runs stably in single-player and multiplayer, compatible with vanilla servers without this mod.
🧪 How to keep extended world height
The Y=-128 to 1024 world expansion is reserved for the mod’s 1.21.x Forge editions. Full multiplayer support is finished on 1.21.x, requiring the mod installed on both client and server.
If you need tall world on 1.20.1 Forge, keep the old build 1.2.0+mc1.20.1, which is only fit for single-player or experimental tests.
📦 Other Optimizations
- Optimized the auto off-hand totem fill for higher stability.
- Button text refreshes immediately after switching in-game language.
- Item stack limit modifying mixins are moved to server-only to fix registry conflicts.
Thanks for your support. To experience full extended world height, update to the mod’s newest 1.21.x Forge build.
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:RQteVlx1:7Si3HT6G"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RQteVlx1:7Si3HT6G"
}

