Links
Tags
Creators
Details
0.2.2-fabric
Compatibility
Required content
Changes
Ported Cooperative End Access to Minecraft 26.3 on Fabric! 🥳
No changes were made to the Paper version. Paper server operators should continue using CEA for Paper v0.2.0 as usual on Minecraft 26.3.
What changed?
When you pull out an eye with a full inventory, it should now throw the eye instead of dropping it at your feet. I don't think you can even do that in normal gameplay though because you need an empty hand to even pull the eye. If you manage to do that, good for you, I suppose. ¯\(ツ)/¯
If anything other than that changed or stopped working since the previous release v0.2.0, please file a bug report in the GitHub issue tracker.
What does this target?
Fabric for 26.3
Fabric needs adventure-platform-mod 7.2.0. Fabric also needs Fabric API for 26.3.
Known issues
Same as previous release.
Full Changelog: https://github.com/ganyuke/CooperativeEndAccess/compare/v0.2.0...v0.2.2
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:n7n836bw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qHbdgnTR:n7n836bw"
}

