Creators
Details
Licensed LGPL-3.0-only
Published 10 months ago
Updated last month
All versions
1.1.3
Release
MTR 1.1.3-1.20 [UNIVERSAL]3 months ago 33.9K
Compatibility
Minecraft: Java Edition
1.20.x
Platforms
Fabric
Forge
NeoForge
Supported environments
Server-side
Singleplayer
Required content
Changes
Fixed
- Fixed the desert mega temple's lower chamber variants so each one can generate independently rather than all at once
- Replaced blocks in the nether temple and badlands temple that were added in newer versions of Minecraft
- Fixed the stronghold library's signs, which were saved in a newer format and would have caused errors
- Fixed the ocean temple's biome tag so it correctly targets all ocean biomes on 1.20
Added
- Added two missing stronghold pieces (a corridor and a corner room) that were built but never wired up to generate
- Assigned loot tables to several containers across the badlands temple, jungle temple, nether temple, and stronghold that were previously empty
Changed
- Rebalanced the stronghold so it generates as a larger, more complex structure with more branching corridors and rooms
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:UNanzCXS:4YxgKkED"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UNanzCXS:4YxgKkED"
}


