All versions
v4.5
Release
Dungeons and Taverns v4.52 years ago 17.9K
Compatibility
Minecraft: Java Edition
1.21.2–1.21.3
Platform
Data Pack
Changes
Dungeons and taverns v4.5
- Updated the pack to 1.21.2 by fixing what broke during the transition from 1.21.1
- That means this is NOT compatible with 1.21.1 and no i wont do backports still.
- Updated Wells to have sus gravel in them with Desert Well archeaology loot.
- Added Bundle Tent Remnant from the 1.21.2 trailer. has a chest with a bundle :)
- Added Tier 6 to Shrines
- Updated Shrines wall design and replaced the anoying iron doors with copper doors.
- Fixed bugs with enchantments due to 1.21.2
- Gave all trial spawner the new config system. alows us to update them more easy. isnt different from what old worlds have so updating is save. just in the future when we update them that means it will be more easy for us to add new spawner or to change trial spawners configuration without player needing to reset chunks. yay.
- Added Ukrainian Translation
- Added Pale Oak blockset to Bunker Protected so it wont replace parts of the trees
- Added Spitefull Enchantment:
- Bellow 2.5 hearts players are given +2 (+2 per level) attack damage
- If hit by a mob there is a 30% (+15% per level)chance to get Strengh 1 for 1-3 seconds
- Items: Swords, Axes
- Max level: 3
- Found in: Shrines (Rare)
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:tpehi7ww:8o3mS993"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tpehi7ww:8o3mS993"
}

