Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 3 weeks ago
All versions
0.9.4
Beta
The Undergarden 0.9.47 months ago 161.7K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Added modded Shears support for Undergarden block loot tables
- Fixed Forgotten with Forgotten Pickaxes rarely spawning in Catacombs
- Updated some translations
- Dreadrock now only takes forever to mine with the wrong tool if it's in Undergarden
- Tweaked Rogdorium Grove biome colors
- Added special ambient particle to Rogdorium Grove
- New textures for Dreadrock ore blocks
- New Utherium item & armor textures
- New Ancient armor textures
- Brutes can now spawn in Frostfields
- Cloggrum buckets now have a placeholder texture for missing bucket content textures
- Cloggrum bucket fixes
- Undergarden trees no longer turn dirt into Deepsoil when growing
- Added Depthrock Pot block
- Added Mysterious Pot entity
- Added more Forgotten Vestige variants
- Added Depthrock & Mysterious Pot generation to Forgotten Vestige houses
- Added ruins feature to Forgotten Fields (small piles of rubble)
- Changed Catalyst recipe and texture, now requires Copper, Stone, and an Ender Pearl
- Added Crumbling Catalyst, a one time use catalyst made with Cloggrum, Depthrock, and a Forgotten Nugget
- Eating Rogdorium now counts towards the "A Much Needed Antidote" advancement
- "Into the Depths" advancement is now a child of the "What Now Is" advancement
- "Buildin' a Sentry" advancement is now a task instead of a goal
- "I <3 Infusing" advancement is now a task instead of a goal
- Fixed Rogdorium being in the common gems tag
- Added Forgotten Metal Block to the "Collector's Edition" advancement
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:KkPoa6cT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ejfl5qDL:KkPoa6cT"
}

