Tags
Creators
Details
v1.0.0_-_26.2-beta.3
Compatibility
Required content
Changes
Eroded World v1.0.0-beta.3
This release updates Eroded World for Minecraft 26.2 and completes the migration from Yarn mappings to the official Mojang mappings.
Changes
- Migrated the entire project from Yarn mappings to official Mojang mappings.
- Added support for Minecraft versions 26.2.
- Updated GUI and HUD rendering to work with the newer rendering APIs.
- Adjusted version-specific classes, methods, networking, and build configuration.
- Updated Fabric Loader, Fabric API, and Cloth Config dependency definitions.
- Improved the multi-version project structure and build process.
- Fixed compatibility issues introduced during the mappings migration.
Compatibility
- Minecraft: 26.2
- Mod Loader: Fabric
- Java: 25
- Fabric Loader: 0.19.3 or newer
- Fabric API: Required
- Cloth Config: Required
Important
This JAR is intended only for Minecraft versions 26.2.
Use the dedicated Eroded World release for other Minecraft versions.
As this is a beta release, please report any issues you encounter.
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:lvxpnYQB:2QKiiMEE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lvxpnYQB:2QKiiMEE"
}


