Skip to content

v0.2.0 for Paper, Fabric, and NeoForge

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Jun 02:52
v0.2.0
6e98f87

First release of Cooperative End Access with support for Fabric and NeoForge in addition to Paper! 🥳

Huge refactor of the Paper codebase, moving almost all of the original logic into a platform-agnostic pure(-ish) Java core module. Had to do a little workaround for Paper since MultiLoader-Template only supports Fabric and NeoForge out of the box.

What changed?

No gameplay changes were intended to be made in this release. If anything changed or stopped working since the previous release v0.1.2, please file a bug report in GitHub issue tracker.

What does this target?

  • Paper for 1.21 to 26.2: API target for Paper remains 1.21, but the plugin still seems to work fine with alpha versions of Paper 26.2. No changes were needed.
  • Fabric and NeoForge for 26.2: Going back in time seems like a pain for modding platforms, so for now I only want to support moving forward.

Fabric and NeoForge need adventure-platform-mod 7.0.0 since I don't want to bundle a 900 kB dependency. Fabric also needs Fabric API for 26.2.

Known issues

  • Using /kill on Fabric and NeoForge does not trigger the plugin's Ender Dragon death logic. This means that End Portals will not be permanently stabilized unless you kill the dragon yourself. Don't be the first Order of the Stone, folks.

Full Changelog: v0.1.2...v0.2.0