All versions
v1.5+mod
Release
DnT Desert Temple Replacement v1.5last year 1,971
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Changes
DnT Desert Temple Replacement Pack
Since DnT Desert Temple Replacement Pack is basically just deleting the desert temple and the desert ruins as a standalone mod/datapack, changes applied to it the same way:
- Overhauled the desert ruins:
- Houses now use more red sandstone, much like the main temples walls to differentiate them more from the vanilla desert village
- Its archaeology system has been updated to now have a set amount of suspicious sand per house and temple:
- Desert ruin houses have 13 suspicious sand max with the previous desert_ruin_ruins loot table
- Desert ruin houses now have 1 suspicious sand with either the vanilla desert_pyramid loot table (for mod compatibility) or vanilla's desert_well loot table (also for mod compatibility)
- Desert ruin houses also have 1 guaranteed suspicious sand block with outreach
- The main desert temple has 900 suspicious sand blocks with the desert_ruin_inside_temple in its entire structure (thats 9% out of the 10000 sand blocks)
- The main desert temple has 1 guaranteed suspicious sand with outreach
- Fixed sometimes the loot tables giving you an enchanting book with no enchants.
- Ruined the desert houses a bit and put a bit of sand outside around them for a more "buried" look
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:7JTDDmRT:Cfz8zTFc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7JTDDmRT:Cfz8zTFc"
}

