Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 years ago
All versions
2.3.0
Release
Ecospherical Expansion 2.3.03 years ago 1,215
Compatibility
Minecraft: Java Edition
1.20.1–1.20.2
Platform
Forge
Supported environments
Server-side
Singleplayer
Changes
- Mod is now entirely server-side.
- Added compatibility with my other mod, Biospherical Expansion.
- Recreated the Birch Forest biome.
- Recreated the Old Growth Birch Forest biome.
- Improved biome generation in most presets.
- Removed a feature that was unintentionally added to oceans.
- Recreated birch trees.
- Fixed branches being placed too high up in some trees.
- Azalea bushes / trees now use cherry logs instead of oak logs.
- Removed all custom blocks. (They're now added by Biospherical Expansion)
- Removed amethyst vine features.
- Removed amethyst void crystal features.
- Removed amethyst frosted ice crystals feature.
- Removed the custom grass color modifications.
- Stopped the Eroded Badlands biome from generating in the floating island presets to avoid issues with worldgen.
- Fixed glow berry items generating everywhere and causing lag in dark forests.
- Added surface variation.
- Fixed trees having branches in the leaves when they shouldn't.
- Stopped mountainous rocks from generating overhangs.
- Stopped ocean rocks from generating overhangs when out of water.
- Removed a feature that was generating lots of sand above caves causing lag.
- Partially fixed grass, flowers, and mushrooms not generating under tree leaves.
- Optimized grass placement features for faster worldgen and less bald spots.
- Fixed rocks being unable to generate on powder snow.
- Removed the previously added extra ores in Deep Dark and Lush Caves biomes.
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:WtcuxDNN:8ydIzoNy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WtcuxDNN:8ydIzoNy"
}

