Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated last month
All versions
0.9.2
Beta
The Undergarden 0.9.2last year 278
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Buffed Purity effect, now reduces infection amount by the effect level every 10 seconds
- Buffed amount of armor infusion per piece of Rogdorium in the Infuser (was 50~ per piece, now 600 per piece!)
- Eating Rogdorium now completely cures you of the Utheric Infection
- Eating Rogdorium nuggets now cures you a little
- Fixed being able to waste Rogdorium on armor with maximum infusion in the Infuser
- Maybe fixed Undergarden portal placement
- Added fullbright to Droopfruit vines, Shimmerweeds, and Ditchbulb plants
- Added Cloggrum Buckets. They should support modded fluids etc.
- Added compatibility between Create trains and Undergarden portals
- Added the ability to make signs glow with Droopfruit
- Added some missing tags to Undergarden stuff
- Added Y rotation to Ancient Roots
- Updated several translations
- Rogdoric and Utheric Gronglets are now supported by the Ethically Questionable advancement
- Made item rarities more consistent
- Fixed JEI logspam
- Fixed Forgotten tools displaying on almost every Jade tooltip
- Fixed Stoneborn despawning on Peaceful
- Fixed Redstone torches being present in the Catacombs
- Fixed Battleaxes not being enchantable
- Fixed Undergarden stone buttons requiring tools to harvest
- Removed Ancient Root blocks using a weird sound type
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:XhTOfM1I"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ejfl5qDL:XhTOfM1I"
}

