Links
Tags
Creators
Details
All versions
1.0
Release
v1.0/1.19.2 3 years ago 114
Compatibility
Minecraft: Java Edition
1.19–1.19.3
Platform
Data Pack
Changes
Features/Changes:
- Increase separation between rivers by a factor of 2, and narrow them
- Add separate large-scale lakes within continents
- Increase size of continents by a factor of 2
- Add underground rivers and river carvers! Regardless of the height of the surrounding terrain, rivers will (nearly) always be filled with water and therefore traversible by boat
- If the surrounding terrain is high enough, rivers will tunnel underneath instead
- Make terrain wackiness more effectively distributed, so that terrain is generally more traversible
- Many, many other tweaks to terrain shape
- Tweak to biome colours for Savanna and Temperate Rainforest
Fixes:
- Reduce likelihood of cave biomes generating on the surface
- Fix issue with partially-frozen rivers surrounded by non-frozen biomes
- Remove seagrass from frozen rivers as it was causing holes to form in the ice where the depth of the water is only one block
- Fix Mushroom Field biomes being extremely flat
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:Jmx5kJiS:muIWWmAw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Jmx5kJiS:muIWWmAw"
}

