1.0.0
Compatibility
Changes
Mod Name: Elemental Depths - New Ores, Armors, and Effects
Mod Description:
Elemental Depths is a Minecraft mod designed to enrich your underground and aquatic exploration experience by introducing four unique ores, each bringing its own gear, tools, armor sets, and gameplay-changing passive effects. Carefully balanced and deeply integrated into the Minecraft world generation, this mod gives players new challenges and new rewards to seek out across all dimensions.
✨ Lunarium ✨
Biome: Overworld
Y Levels: Balanced similarly to diamond
Armor Effect: Wearing the Lunarium Helmet grants Night Vision as long as it is worn.
Tool Power: Comparable to Diamond — Lunarium is an excellent alternative.
A radiant ore empowered by moonlight. If you venture into caves, let Lunarium light the way.
🔥 Infernium 🔥
Biome: Nether
Rarity: Extremely rare — comparable to Netherite
Armor Effect: Wearing the Infernium Boots grants Fire Resistance continuously while worn.
Tool Power: Slightly stronger than Diamond — a serious Netherite contender.
Found deep in the Nether’s heart, Infernium is forged in flame and resists even the hottest lava.
☠️ Poizenium ☠️
Biome: Deep Overworld (Y: -16 to -64)
Hazards: The ore and block version cause Poison when stood on, broken, or mined.
Armor Effect: The Poizenium Chestplate grants Regeneration while worn.
Weapon Effect: The Poizenium Sword applies Poison to enemies on hit.
Usage: Excellent for mob farms, trap bases, or dangerous dungeons.
Beware the bite — what grants life can also bring death. Handle Poizenium with care.
🌊 Watirium 🌊
Biome: Deep Oceans (Cold, Lukewarm, Warm)
Armor Effect: Wearing the Watirium Leggings grants Water Breathing.
Tool Power: Slightly weaker than Diamond — closer to Iron.
Building Block: Watirium Blocks are decorative and glow beautifully underwater.
An oceanic treasure used more for beauty than battle. Watirium brings life to underwater builds.
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:3VRYYxZn:gmZEfGnS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3VRYYxZn:gmZEfGnS"
}

