adventure-platform-fabric#

v5.12.0: 🌍 adventure-platform-fabric 5.12.0 #

Released on 2024-02-20 - GitHub

We are excited to release adventure-platform-fabric 5.12.0, providing Adventure 4.16.0 and targeting Minecraft 1.20.3 and 1.20.4 on the Fabric mod loader. The only change in this release is a bump of the underlying Adventure dependency to 4.16.0.

Full Changelog: v5.11.0...v5.12.0

v5.11.0: 🌍 adventure-platform-fabric 5.11.0#

Released on 2024-01-21 - GitHub

We are excited to release adventure-platform-fabric 5.11.0, providing Adventure 4.15.0 and targeting Minecraft 1.20.3 and 1.20.4 on the Fabric mod loader.

✨ Features

🐛 Fixes

  • Fix compile errors when extending Player by @jpenilla in #124
  • Fix deep conversion on client when no local player exists by @jpenilla in #123

Full Changelog: v5.10.1...v5.11.0

v5.10.1: 🌍 adventure-platform-fabric 5.10.1#

Released on 2023-11-16 - GitHub

🐛 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

v5.10.0: 🌍 adventure-platform-fabric 5.10.0#

Released on 2023-09-22 - GitHub

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

v5.9.0: 🌍 adventure-platform-fabric 5.9.0#

Released on 2023-07-16 - GitHub

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

v5.5.2: 🌍 adventure-platform-fabric 5.5.2#

Released on 2023-04-28 - GitHub

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

v5.8.0: 🌍 adventure-platform-fabric 5.8.0#

Released on 2023-03-14 - GitHub

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

Changes 🔧

  • Target Minecraft 1.19.4

v5.7.0: 🌍 adventure-platform-fabric 5.7.0#

Released on 2023-03-14 - GitHub

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

v5.6.1: 🌍 adventure-platform-fabric 5.6.1#

Released on 2023-01-03 - GitHub

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

v5.6.0: 🌍 adventure-platform-fabric 5.6.0#

Released on 2022-12-07 - GitHub

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.

v5.5.1: 🌍 adventure-platform-fabric 5.5.1#

Released on 2022-12-07 - GitHub

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

v5.5.0: 🌍 adventure-platform-fabric 5.5.0#

Released on 2022-11-28 - GitHub

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

v5.4.0: 🌍 adventure-platform-fabric 5.4.0#

Released on 2022-07-28 - GitHub

adventure-platform-fabric targets Minecraft 1.19 and provides Adventure 4.11.0.

This release is a simple compatibility update for 1.19, with no new API additions to support new chat signing features. With the release of v5.4.0, there is a stable point so we can begin development targeting 1.19.1, which will hopefully include new chat-signing API.

v5.3.1: 🌍 adventure-platform-fabric 5.3.1#

Released on 2022-06-07 - GitHub

adventure-platform-fabric v5.3.1 targets Minecraft 1.18.2 and provides Adventure 4.11.0. It is a small bugfix release on top of 5.3.0 resolving a Mixin remapping issue affecting running in production.

Fixes 🐛

  • Work around a remapping issue in EntityMixin - 002df04

v5.3.0: 🌍 adventure-platform-fabric 5.3.0#

Released on 2022-06-02 - GitHub

adventure-platform-fabric 5.3.0 targets Minecraft 1.18.2, providing Adventure 4.11.0, and some additional Fabric-specific feature additions:

Features ✨

  • Use Loom's interface injection to natively implement Adventure interfaces by @zml2008 in #30
  • Make CommandSyntaxException a ComponentMessageThrowable by @jpenilla in #27
  • Provide a component-handling SLF4J logger wrapper by @zml2008 in #32

Full Changelog: v5.2.1...v5.3.0

v5.2.1: 🌍 adventure-platform-fabric 5.2.1#

Released on 2022-04-21 - GitHub

This is a patch release of adventure-platform-fabric for 1.18.2, fixing compatibility with Fabric Loader 0.14.0 and newer.

🐛 Fixes

Incompatibility with Fabric Loader 0.14.0 - #26

Full Changelog: v5.2.0...v5.2.1

v5.2.0: 🌍 adventure-platform-fabric 5.2.0#

Released on 2022-03-02 - GitHub

This is a very small release -- it supports Minecraft 1.18.2 (but not any older versions), and bundles Adventure 4.10.0.

There are no other changes from 5.1.0.

v5.1.0: 🌍 adventure-platform-fabric 5.1.0#

Released on 2022-02-28 - GitHub

This release of adventure-platform-fabric now ships MiniMessage, and updates the bundled Adventure to 4.10.0.

Supports 1.18 and 1.18.1.

What's Changed

  • Begin on integrating MiniMessage by @zml2008 in #17
  • Adventure update to 4.10.0

Full Changelog: v5.0.0...v5.1.0

v5.0.0: 🌍 adventure-platform-fabric 5.0.0#

Released on 2021-12-01 - GitHub

Changes

  • Target Minecraft 1.18 and Java 17
  • Remove deprecated API

v4.1.0: 🌍 adventure-platform-fabric 4.1.0 (MC 1.17.x)#

Released on 2021-11-28 - GitHub

Changes

  • Target Minecraft 1.17.x and Java 16

v4.0.0: 🌍 adventure-platform-fabric 4.0.0 (MC 1.16.x)#

Released on 2021-11-28 - GitHub

First stable release providing Adventure 4.9.3 integration on Minecraft: Java Edition 1.16.2-1.16.4 with Fabric Loader

1.0.1#

Released on 2020-04-18 - GitHub

  • Update to text 3.0.4