All versions
v1
Release
DnT Jungle Temple Overhaul v12 years ago 279
Compatibility
Minecraft: Java Edition
1.21
Platform
Data Pack
Changes
First version of the Jungle Temple Overhaul
- removes all vanilla Jungle Temples
- meaning that using this together with Dungeons and Taverns will just remove Jungle Temples from your world and nothing else as the replacement structure is already included there
- generates "Jungle Ruins" instead in your world
- Bogged Spawn naturally here
- Boggged and Zombies are prespawned here alongside Cave Spiders
- Jungle Ruins can be found by Villager Catographer with the experimental trade changes on on Jungle Explorer Maps
- Jungle Ruins are a giant version of the jungle temple filled with traps, trapped rooms, puzzles, more trapps, hard to navigate maze, mobs and is surounded with a Custom Jungle Village with unique houses which are also filled with gravel, suspicious gravel and workstations
- Adds 1 new enchantment: Photosynthesis
- Repairs the item when is in direct view of the sun
- Items: Any
- Max level: 1
- Incompatible with: Mending
- Found in: Jungle Ruins
- wih /locate structure minecraft:jungle_pyramid OR /locate structure nova_structures:jungle_ruins you can locate the structure via command
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:oHjYCS0f:V1b4b35i"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oHjYCS0f:V1b4b35i"
}

