All versions
v5.0.3+mod
Release
Dungeons and Taverns v5.0.39 months ago 1,343
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platform
NeoForge
Supported environments
Changes
- Added new secret librarian trade for Soul Speed from a Piglin Donjon.
- Added Wind Burst as a possible offer from the Lone Citadel secret librarian.
- Added a secret librarian trade in the Ancient City to receive Swift Sneak. Unlike others, this requires the DnT Ancient City Overhaul datapack, hinted by it's new advancement added.
- Added new advancement for causing a Netherite wearing Piglin in the Donjon to rethink their life choices. (Hint: Gold)
- Added a hidden advancement for if the player ever encounters a non-Survival enchant. Said advancement details all about these non-Survival enchantments.
- Photosynthesis enchant is no longer compatible with Infinity, but the enchantment now activates in any light level of 9 or higher (same as crop growth). This includes block light.
- Antidote now prevents damage from the Wither effect, and this will drain the armor's durability over time. This is on top of it's effect involving Poison.
- Ghasted is now properly mutex with Aerial's Bane and Might. Neither of these enchants actually worked with Ghasted, but the mutex now makes that clear.
- Added Traditional Chinese translation by 雪碧
- Updated Italian translation by Opliz
- Updated Simplified Chinese translation by SasakiAkari
- Finally fixed a long standing bug where the tavern trader / secret librarian you traded with sometimes wouldn't receive their extra trades.
- Fixed missing translation string in en_us file involving Charts unfolding in the wrong dimension.
- Fixed a bug that would potentially cause enchanted books with certain non-survival Enchants to be applicable together.
- Fixed a bug causing the Wither Coated enchantment to pass it's effects onto offhanded projectiles.
- Fixed the Toxic Lair loot table potentially giving impossibly enchanted items
- Fixed a missing appearance of Aerial's Bane in some Lone Citadel loot tables
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:kq9xG50E"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tpehi7ww:kq9xG50E"
}

