Skip to content

Releases: KyoriPowered/adventure-platform-mod

🌍 adventure-platform-fabric 5.10.1

16 Nov 19:58
Compare
Choose a tag to compare

🐛 Fixes

  • Correctly mark client mixin config as client-only by @zml2008 fixes #113

✨ Tooling

  • Use fabric-loader-junit to test our component conversions by @zml2008 in #111

Thanks to @aurorasmiles for emotional support while preparing this release 💜

Full Changelog: v5.10.0...v5.10.1

🌍 adventure-platform-fabric 5.10.0

22 Sep 22:43
Compare
Choose a tag to compare

This release of adventure-platform-fabric provides Adventure 4.14.0 targeting Minecraft 1.20.2. The only changes are related to compatibility with the new release of Minecraft.

✨ Features

Full Changelog: v5.9.0...v5.10.0

🌍 adventure-platform-fabric 5.9.0

16 Jul 19:38
Compare
Choose a tag to compare

This release of adventure-platform-fabric provides Adventure 4.14.0 for Minecraft 1.20-1.20.1 on the Fabric modding platform.

✨ Features

  • feat: Add an event for other mods to register their own pointers on players by @zml2008 in #86
  • feat: Hook into fabric-permissions-api to provide the PermissionChecker pointer by @zml2008 in #89
  • 1.20 by @zml2008 in #92
  • chore(deps): update for adventure 4.14.0 features by @zml2008 in #99

Full Changelog: v5.8.0...v5.9.0

🌍 adventure-platform-fabric 5.5.2

28 Apr 04:44
Compare
Choose a tag to compare

This is a bugfix release for adventure-platform-fabric for Minecraft 1.19.2 on the Fabric mod platform. As there are no feature updates, this release still distributes Adventure 4.12.0.

For hot-patching existing environments with mods that may no longer be maintained, a standalone jar of this version has been uploaded below.

🐛 Fixes

  • fix: Handle fake player implementations without Channel instances - 8a1e639

🌍 adventure-platform-fabric 5.8.0

14 Mar 08:30
Compare
Choose a tag to compare

This is an update release of adventure-platform-fabric, supporting Minecraft 1.19.4 on Quilt and Fabric.

Changes 🔧

  • Target Minecraft 1.19.4

🌍 adventure-platform-fabric 5.7.0

14 Mar 07:42
Compare
Choose a tag to compare

This is a feature release for adventure-platform-fabric, supporting Minecraft 1.19.3 on Quilt and Fabric.

✨ Additions

  • Update Adventure to 4.13.0
  • Support click callback events

🌍 adventure-platform-fabric 5.6.1

03 Jan 00:51
Compare
Choose a tag to compare

This is a minor bugfix release for adventure-platform-fabric on Minecraft 1.19.3, supporting Quilt and Fabric.

Fixed 🐛

  • StackOverflowException when serializing an adventure Component - a0d59eb

Changes 🔧

  • Update bundled adventure-platform-api to v4.2.0 - #70

🌍 adventure-platform-fabric 5.6.0

07 Dec 17:47
Compare
Choose a tag to compare

This is a feature release supporting Minecraft: Java Edition 1.19.3 on Fabric and Quilt loaders.

Not a change in the mod itself, but Javadoc is now available on the Adventure index, at https://jd.adventure.kyori.net/platform/fabric/5.6.0/

✨ Changes

  • Support Minecraft 1.19.3.

🌍 adventure-platform-fabric 5.5.1

07 Dec 17:01
Compare
Choose a tag to compare

This is a patch release for Minecraft 1.1.9.2 resolving some minor interface injection and null-checking issues:

🐛 Fixes

  • fix: Better null-safety on signed messages - a9ddbc6
  • feat: Inject SignedMessage into PlayerChatMessage - f382b79

🌍 adventure-platform-fabric 5.5.0

28 Nov 00:45
Compare
Choose a tag to compare

adventure-platform-fabric v5.5.0 targeting Minecraft 1.19.2 (and also supporting 1.19.1) is a version bump release, targeting a new Minecraft version and implementing the changed API in Adventure 4.12.0.

Features ✨

  • Update for Minecraft 1.19.2
  • 4.12.0 by @zml2008 in #38

Fixes 🐛

New Contributors

Full Changelog: v5.4.0...v5.5.0