1.3
Compatibility
Changes
π Ecoversa Mod Update | Version 1.3 π
We are excited to announce the release of Ecoversa Update 1.3! This patch completely revamps your survival experience, introducing a powerful new safety mechanic and critical balancing adjustments to the newly added power fruits.
π New Features
- New Eco-Totem Added: A legendary protection utility that grants you a second chance at life upon fatal damage, complete with temporary defensive buffs.
π Fruit Adjustments & Revamps
- Damage Rebalancing: Adjusted the attack and defense scaling of all new fruits to ensure fair and competitive gameplay.
- Buff Duration Buffed: Increased the active duration of status effects gained after consuming the new fruits.
- Spawn Rate Optimization: Fine-tuned the world generation and drop rates of fruits for a more balanced exploration experience.
- Bug Fixes: Resolved inventory glitches where certain fruits would vanish or fail to trigger their unique abilities
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:PW4oszpO:4vQ5BFim"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PW4oszpO:4vQ5BFim"
}

