2.1.7
Compatibility
Changes
Introducing: Achievements!
Ever since I released Underground Rooms, I felt the need to add achievements to make exploration even more interesting. Now, after we've hit 2 Million Downloads I decided to finally take a look - and here you go! I have added 10 new achievements for the different dungeons to the game.
- Alchemy And A Cup Of Tea for finding the alchemy room
- The Curse Of The Mummy for finding a desert crypt
- Locked Away For A Reason for finding a dungeon (the one with the cells)
- An Ancient Temple for finding an underground temple
- The Library Of Alexandria for finding a library
- Speak Friend, And Enter for finding a mining storage room
- The Dark Ages for finding a torture chamber
- I Drink And I Know Things for finding a wine cellar
- Anybody home for finding a jungle dungeon
- **Spooky Scary Skeletons **for finding the undead dungeon
That's it for now! Unfortunately, these achievements are only available on version 1.20.1. I most likely won't be adding achievements for any of the later versions within the next few months, sorry!
If you have questions or feedback regarding this update, please check out the discord I've created: Discord
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:xzodQEJb:lQStCMMW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xzodQEJb:lQStCMMW"
}

