Caution

This version of the Adventure documentation has been built as a preview of pull request adventure-docs#186, and has not been reviewed.

Please consult the pull request to view any discussion and existing reviews.

adventure-platform-fabricΒΆ

v6.1.0: 🌍 adventure-platform-mod 6.1.0¢

Released on 2024-10-28 - GitHub

adventure-platform-mod 6.1.0 is a feature release bringing the platform interface to Minecraft 1.21.2-1.21.3, with Adventure 4.17.0 as before on both the Fabric and NeoForge mod loaders.

For Fabric users, this is the first published release in the 6.x series. See the 6.0.0 release notes for a summary of the changes.

What's Changed

✨ Features

Full Changelog: v6.0.1...v6.1.0

v6.0.1: 🌍 adventure-platform-mod 6.0.1¢

Released on 2024-10-20 - GitHub

adventure-platform-mod 6.0.1 is a patch release with Adventure 4.17.0 targeting Minecraft 1.21.1. As with 6.0.0, only adventure-platform-neoforge is released for this version.

What's Changed

πŸ› Fixes

  • Fixes NPE in ServerPlayerAudience#sendResourcePacks by @toxicity188 in #161
  • Implement equals and hashCode on WrappedComponent by @jpenilla in #163

New Contributors

Full Changelog: v6.0.0...v6.0.1

v5.14.2: 🌍 adventure-platform-fabric 5.14.2¢

Released on 2024-10-20 - GitHub

adventure-platform-fabric 5.14.2 is a patch release with Adventure 4.17.0 targeting Minecraft 1.21.1 on the Fabric modloader.

What's Changed

Bug

Full Changelog: v5.14.1...v5.14.2

v6.0.0: 🌍 adventure-platform-mod 6.0.0¢

Released on 2024-08-25 - GitHub

adventure-platform-mod 6.0.0 is a breaking feature release for Minecraft 1.21 and 1.21.1 that brings adventure-platform into the multi-loader era! This release includes adventure-platform-neoforge and the common adventure-platform-mod-common module. To avoid breaking changes within a Minecraft release cycle, there will be no 6.x release of adventure-platform-fabric until Minecraft 1.21.2.

The overall structure of the platform integration is similar to before, except that Fabric[Server/Client]Audiences classes have been renamed to Minecraft[Server/Client]Audiences so they can be used cross-platform without confusion. Some component conversions that could previously have been done with net.minecraft.network.chat.Component#asComponent() now also require a platform Audiences instance. While the break is happening at the same time, this is unfortunately required due to changes that Mojang has done with registries that makes certain information server-scoped.

See the documentation for full information on how to use the new platforms!

What's Changed

✨ Features

Full Changelog: v5.14.1...v6.0.0

v5.14.1: 🌍 adventure-platform-fabric 5.14.1¢

Released on 2024-07-26 - GitHub

adventure-platform-fabric 5.14.1 is a patch release with Adventure 4.17.0 targeting Minecraft 1.21 on the Fabric modloader.

What's Changed

πŸ› Fixes

  • Use server's registry access in server audience component conversions by @jpenilla in #146

Full Changelog: v5.14.0...v5.14.1

v5.14.0: 🌍 adventure-platform-fabric 5.14.0¢

Released on 2024-06-22 - GitHub

adventure-platform-fabric provides Adventure 4.17.0 on the Fabric mod loader, supporting Minecraft 1.21.

Full Changelog: v5.13.0...v5.14.0

v5.13.0: 🌍 adventure-platform-fabric 5.13.0¢

Released on 2024-05-08 - GitHub

adventure-platform-fabric provides Adventure 4.17.0 on the Fabric mod loader, supporting Minecraft 1.20.5 and 1.20.6.

What's Changed

✨ Features

Other

  • Fix joining dedicated server with adventure in production by @jpenilla in #136

Full Changelog: v5.12.0...v5.13.0

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