Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last month
All versions
3.0.19
Release
v3.0.19 ~ Fabric 1.21.117 months ago 537.8K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Server-side
Client and server
Changes
Silly update for the holiday season. Happy exploring!
Additions
- Added the Frozen Wasteland preset. All snowy biomes, higher mountains that go up to y420, very desolate.
- Added the River Ice config option, which puts ice in underground rivers under snowy biomes. Off by default, on in the Frozen Wasteland preset.
Changes
- Reintroduced Neoforge 1.21.11 support.
- Made underground river lanterns a bit more common.
- Fixed the world being flooded with the Mushroom Fields biome when Ocean Offset is set to numbers below -1.
- Datapacks that change the build limit won't also change the generation limit if Tectonic's height limit settings are kept at their default values.
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:lWDHr9jE:7olSYFxL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lWDHr9jE:7olSYFxL"
}

