Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 months ago
Updated 2 hours ago
All versions
0.1.0
Beta
Unknown Echoes 0.1.0last month 139
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
- Added particle guidance for the guard break mechanics of some bosses and mini-bosses.
- Some abilities now support custom keybind configuration.
- Optimized some weapons, equipment, tools, and item descriptions.
- Modified some loot systems and crafting recipes.
- Added new blocks and beautified some biomes.
- Optimized stats for some weapons and equipment.
- Added new main quest bosses: Rift Watcher and Void Prophet, and preliminarily completed the Deep Echoes (Second Dimension) content.
- Reworked some item models.
- Preliminarily completed the final boss, World Echo Entity, which can currently only be spawned via spawn egg and has not been put into actual use.
- Fixed some known issues and optimized performance.
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:r6jw2VAU:EjFh6IYJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:r6jw2VAU:EjFh6IYJ"
}


