All versions
3.1.1
Release
Dungeons and Taverns v3.1.13 years ago 26.4K
Compatibility
Minecraft: Java Edition
1.20.3–1.20.4
Platform
Data Pack
Changes
- Fixed the "Empty or non-existent pool: minecraft:witch_hut/foundation" issue.
- Fixed the minecraft:grass / minecraft:short_grass issue that is only an issue because of 1.20.3 changes.
- Added Pots with loot to almost all structures (all of them contain a chance for health potions for you no natural regeneration hardcore needs)
- Overhauled the Nether Keep Bridge parts to have more open windows
- Added merlons on the Nether Keep bridge parts (thats the raised areas that give cover to blazes)
- Adding towers on the outside of the Nether Keep, giving a bit more variety for the bridge levels
- Added 4 different spawner types on the outside of the Nether Keep bridges. DO note that this change is an temporary placeholder stand in for trial chambers.
- Spawner to the Nether Keep added are: Skeleton, Magmaslime, Wither Skeleton, Blaze
- Raised the size of the Nether Keep from 7 steps to 11 steps
- Added few more hallway Rooms to the Bunker
- Raised the size of the Bunker from 5 to 20
- Added an random hallways/room blocker so its not always ridiculous large but can be somewhere from 5-20 steps big
- Raised the Donjon Step size to 20, just for the railroad
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:cpJzZfzm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tpehi7ww:cpJzZfzm"
}

