Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published last month
Updated 6 days ago
All versions
0.1.1
Beta
Unknown Echoes 0.1.16 days ago 73
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
- Improved the Echo Worldtree structure and added Echo Worldtree Fruit and Glowfruit. Echo Worldtree Fruit permanently grants +5 max health, up to three times per player. Regular trees may occasionally bear Glowfruit, which restores hunger and can be crafted into Glow Fruit Jam.
- Added the missing upgrade materials for Gravity Echo and Void Echo and increased their cooldown times.
- Reduced Echo Energy regeneration and added several Echo Energy recovery items.
- Improved the Echo Energy display and the cooldown UI for artifacts and selected abilities.
- Added three biomes and six special structures to Deep Echoes.
- Enhanced some set weapons.
- Improved the advancement system and adjusted selected drops and recipes.
- Fixed several known issues.
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:UeH9NXzd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:r6jw2VAU:UeH9NXzd"
}


