Tags
Creators
Details
1.6
Compatibility
Changes
1.6 Changelog:
Added Fire Vortex to the 2nd layer
Added Tempest of Flame (rare massive green vortex found on the 7th layer)
Added Anciant Shadowgem helmet and Anciant Prismetal Helmet, rare drops/loot which give +1 or +2 Ethereal Resistance, which makes vortexes/vortex type creatures deal less damage
Added Ghostbuster advancement for slaying the Tempest of Flame
Added Chomper (Large hostile fish) to the 5th Layer
Added Fourth Layer Mycelium and Mushroomy Deepstone
Overhauled the 4th layer with better large mushroom generation, different ground blocks and cookable puffball blocks
Added Territe geodes to the First Layer (not yet given a use outside the Eternal Descent pack)
Changed vortex type mobs to be marked as undead (since they are basically the grims from Lord of the Rings)
Added randomised texture rotation to Red Deepstone and Mushroomy Deepstone
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:Lskhd0JT:pIYW8Hnp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Lskhd0JT:pIYW8Hnp"
}

