Tags
Creators
Details
Licensed ARR
Published 8 months ago
Updated last month
All versions
1.1.2
Beta
Jonshu's desert dungeons 1.1.2last month 55
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.11
Platform
Data Pack
Changes
Added:
- Added ominous bottle to all boss loot tables
- Added ominous vault jigsaw
- Added a vault jigsaw
- Added 3 new pots to the main jigsaw
- Added 3 new "goods" to the main jigsaw
- Added dorm hall
- Added training dorms
- Added dorms 1 & 2
- Added 3 new variants of the travellers' camp
- Added new secret dungeon structure
- Added a map towards the secret dungeon
- Added secret travellers camp structure
Updated:
- Hopefully, made the "hard bosses" more difficult by adding more health and more damage to the bosses
- Neferd: gab_chest, lapis chest, gold chest, & vault loot tables
- Updated the pots spawning logic
- Updated hall, hall T, L hall, & X hall
- Made the desert dungeon generate bigger
- Made the desert dungeon generate more commonly
- Made secret rooms 1 & 3 spawn less often, to help the dungeon spawn more parts of the structure
Fixed/removed:
- Fixed issue #21, Ominus vaults now aren't working, also should have fixed basic vaults from working
- Removed a jigsaw from the stairs structure
- Removed the secret dungeon part to become a new structure entirely
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:QOuT6tJ8:L1tIqJYO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QOuT6tJ8:L1tIqJYO"
}

