Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 months ago
All versions
1.20.1-3.1.5
Release
Mystic's Biomes 1.20.1-3.1.53 years ago 2,527
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
// Friday, December 29th, 2023 // 4:55PM EST // v3.1.5
*requires terrablender 3.0.0.169
- fixed leaves not decaying properly.
- axes now lose durability from stripping mb wood.
- refreshed butterfly model & textures.
- re-added rainbow chickens, eggs, and cakes.
- re-added common configs; can now toggle biomes and change region weight.
- added 'colorful bakery' achievement.
- added pumpkin cookies.
- added pumpkin ice cream.
- added strawberry ice cream.
- added strawberry cake with candle names in lang file.
- fixed strawberry cakes with a brown candle not appearing.
- fixed recipe advancements not appearing.
- removed some achievements.
- tweaked biome generation.
- tweaked butterfly nest decorator on jacaranda trees. (they actually generate properly now)
- separated glass jar and butterfly jar items.
- removed sweet strawberry cow variant.
- removed strawberry jam.
- removed caterpillars.
- tweaked requirements for a butterfly to grow flowers.
- removed butterflies' ability to breed.
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:kUpOjknA:IpDg64df"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kUpOjknA:IpDg64df"
}


