Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 months ago
All versions
1.20.1-3.4.2
Release
Mystic's Biomes 1.20.1-3.4.22 years ago 92.3K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
// Friday, September 6th, 2024 // 9:00AM EST // v3.4.2
- updated tropical wood textures.
- updated vanilla orchid model & textures.
- vanilla orchids now grow vertically, and can be harvested for vanilla beans.
- vanilla orchids will now generate on tropical trees properly.
- reverted back to vanilla's method of leaves calculating distance; should reduce cpu usage.
- added some new achievements.
- added parrot spawns to tropics biome.
- added new default vanilla parrot textures.
- added language support for spanish, korean, japanese, chinese & french.
- fixed peach and cherry pie models.
- fixed pie voxel shape.
- red pandas can now pick up items.
- red pandas can now eat bamboo they pick up.
- cherries are now obtained from red pandas.
- removed cherry plants tree decorator.
- updated uk_ua language file.
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:Ddy56mDz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kUpOjknA:Ddy56mDz"
}


