0.2.1-fabric
Compatibility
Required content
Changes
Backport release for Minecraft 26.1.X versions (specifically Minecraft 26.1.2) for Cooperative End Access on Fabric and NeoForge modloaders. Passed the eye-test on NeoForge and Fabric 26.1.2 production server versions. Did not test on 26.1 proper, use at your own risk.
No changes were made to the Paper version. Paper server operators should continue using CEA for Paper v0.2.0 as usual.
What changed?
No gameplay changes were intended to be made in this release. If anything changed or stopped working since the latest Paper-only release v0.1.2, please file a bug report in the GitHub issue tracker.
What does this target?
- Fabric for 26.1.X: support added.
Fabric needs adventure-platform-mod 6.9.0. Fabric also needs Fabric API for 26.1.X.
Known issues
Same as previous release.
Full Changelog: https://github.com/ganyuke/CooperativeEndAccess/compare/v0.2.0...v0.2.1
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:qHbdgnTR:buu7PwMw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qHbdgnTR:buu7PwMw"
}


