Caution
This version of the Adventure documentation has been built as a preview of pull request adventure-docs#131, 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
- 1.21.2 by @zml2008 in #157
- Expose non-wrapping conversion outside of an active game by @zml2008 in #166
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
- @toxicity188 made their first contribution in #161
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
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
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
β¨ Tooling
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 adventureComponent
- 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
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 β¨
Fixes π
- Mark mod as library for newer modmenu by @Tisawesomeness in #47
New Contributors
- @Tisawesomeness made their first contribution in #47
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
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