1.1
Compatibility
Changes
EchoVersa Update 1.1: The Broken Realm
** Welcome to The Broken Realm! Update 1.1 brings massive changes that will redefine how you explore and survive in this mysterious world. We've completely overhauled the environment and added brand-new challenges and resources. Here are the main highlights of the update: 🌍 World and Environment Changes**
** Biome Overhaul: The biome has been completely redesigned to perfectly capture the eerie atmosphere of a fractured world. Expect stunning new visual details and mysterious vibes that make exploration more immersive than ever!**
** New Wood Type: We've introduced a brand-new type of wood with a unique texture and color. This will open up entirely new creative possibilities for building and decorating your bases.**
** New Ore: Grab your pickaxes and get ready to delve deep underground! A rare new ore has been added, giving you fresh options for crafting and upgrading your gear.**
🐾 New Mobs
The world just got a lot livelier... and far more dangerous! Two new creatures have joined the game: ** New Hostile Mob: A terrifying new monster is lurking in the shadows. You'll need to make sure your weapons and armor are fully upgraded to survive this tough new combat challenge.**
** New Passive Mob: A peaceful and friendly new creature now roams the biome. It adds a wonderful touch of life to the environment and might just hold some secrets or benefits for you to discover!**
🎒 UI Updates
** Redesigned Creative Tab: We’ve completely refreshed the look of the Creative Tab. The new layout is cleaner, more organized, and visually appealing, making it much faster and easier to find all the new blocks and items (like the new wood and ore) so you can start building right away.** ** Note to Players: Gear up, gather your resources, and step into the unknown to uncover the secrets of The Broken Realm today!**
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:glIjN862"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PW4oszpO:glIjN862"
}

