Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated last month
All versions
0.9.0
Beta
The Undergarden 0.9.0last year 774
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Extended world depth of the Undergarden dimension to y -64
- Added Denizen Camp structure
- Added Depleted Mine structure
- Added Depths biome
- Added Infected Depths biome
- Added Puff Mushroom Forest biome
- Added Rogdorium Grove biome
- Added Utheric Cluster item
- Added Dreadrock blocks
- Added Rogdorium items and ore
- Added Utherium Growth block
- Added Ancient Root blocks
- Added Mysterious Totem block
- Added Mysterious Mask item
- Added Spear item
- Added Infuser block
- Added Puff Mushroom blocks
- Added Rogdoric and Utheric Gronglets
- Added Purity status effect
- Added Rotbelcher entity
- Added Denizen entity
- Added Greater Dweller entity
- Added new advancements related to the Depths
- Added Utheric Infection system
- Armors can now be infused with Rogdorium in the Infuser to hold back the Utheric Infection
- Changed Undergarden boulders to be larger and less common
- Utherium ores now drop Utheric Clusters
- Utherium Crystals can no longer be crafted with Utheric Shards
- Utherium Shards can be used to craft Utheric Clusters
- Utherium Crystals are now crafted using the Infuser
- Rotbeasts no longer spawn everywhere, only in the Barren Abyss and Depths biomes
- Smog Spires biomes should now be larger
- Added sparse Smogstem Trees to the Forgotten Fields
- Tweaked Frostfields biome placement
- Fixed some Undergarden wood types using the Warped wood sounds
- Fixed Mushroom Veils producing light
- Probably more stuff I forgot about
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:Ejfl5qDL:PmBmpTQz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ejfl5qDL:PmBmpTQz"
}

