1.1.0
Compatibility
Changes
Changelog:
Additions:
-Added an option to switch between flashing in and fading in for Deep Dark fog
-Added Resonance Bells
-Added Echo Dust
-Added Echo Lamps
-Added Reverberating Reactors
-Added Echo Sensors
-Added Resonance Chambers
-Added Echo Glass
-Added Resonance Pulse Lamps
-Added Toggle Resonance Pulse Lamps
-Added Heartbeaters
-Added Darkness Harbingers
-Added Experience Multipliers
-Added Soul Suckers
-Added Broken Echo Electronics
-Added falling/rising leaf particles to Echo Wall Bushes and Climbing Undergrowth
-Added an Advancements tab with many new advancements
Changes:
-Climbing Undergrowth Patches are now more sparse to save on resources
-Ancient Cities have been modified slightly
-Wardenstone veins are now slightly more common
-Normal music tracks will now fade out when entering the Deep Dark and the Deep Dark's music will immediately start playing
-Echo Wall Bush generation has changed
-Echo Wall Bushes are now placed with a custom feature type
-Soul Magma Blocks now deal damage to sneaking players
Fixes:
-Removed subtitles for falling on Wardenstone-related blocks
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:n2EkTSzY:T9GkyatB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n2EkTSzY:T9GkyatB"
}

