All versions
1.0.0
Alpha
Minor World Improvements 1.0.0-beta2 months ago 69
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Server-side
Singleplayer
Changes
Minor World Improvements 1.0.0-beta
Minor World Improvements adds subtle, vanilla-style world generation upgrades to make Minecraft’s landscapes feel more detailed, natural, and varied.
Added
- Forest paths can now generate in forest biomes.
- Added two stone formation variants generating in savanna biomes.
- Added termite mound structures to savanna biomes.
- Added small stone patches made from cobblestone slabs, generating in most jungle and taiga biomes.
- Added tall stone formations to forest and taiga biomes.
- Added tall mossy stone formations to sparse jungles, jungles, and dark forests.
- Added rare item drops from breaking ice.
- Added texture variation to Stony Peaks and Jagged Peaks.
- Added small stone patches to Stony Peaks and Jagged Peaks.
- Introduced the Tundra, a vast frozen biome with wide icy landscapes, rabbits, and naturally spawning strays.
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:Bnetg60m:70kX9Jt4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Bnetg60m:70kX9Jt4"
}

