adventure-platform-fabric
π adventure-platform-mod 6.4.0
Released on - GitHub
This version of adventure-platform-mod adds support for Minecraft 1.21.5, distributing Adventure 4.21.0 for the Fabric and NeoForge platforms.
Whatβs Changed
- Initial update for Minecraft 1.21.5 by @jpenilla in https://github.com/KyoriPowered/adventure-platform-mod/pull/197
Full Changelog: https://github.com/KyoriPowered/adventure-platform-mod/compare/v6.3.0β¦v6.4.0
π adventure-platform-mod 6.3.0
Released on - GitHub
This release of adventure-platform-mod packages adventure 4.20.0 supporting Minecraft 1.21.4 for the Fabric and NeoForge platforms.
The only change in this release is to bump the packaged versions of Adventure and its dependencies.
Full Changelog: https://github.com/KyoriPowered/adventure-platform-mod/compare/v6.2.0β¦v6.3.0
π adventure-platform-mod 6.2.0
Released on - GitHub
This feature release of adventure-platform-mod bundles Adventure 4.18.0, compatible with Minecraft 1.21.2-1.21.4 on the Fabric and NeoForge platforms.
Whatβs Changed
π Fixes
- Add dependencies to fabric-repack by @jpenilla in https://github.com/KyoriPowered/adventure-platform-mod/pull/172
- fix(common): Add DCV converter for MM -> Gson by @zml2008 in https://github.com/KyoriPowered/adventure-platform-mod/pull/178
Other
- build: Replace hacky workarounds for run configs by @jpenilla in https://github.com/KyoriPowered/adventure-platform-mod/pull/173
Full Changelog: https://github.com/KyoriPowered/adventure-platform-mod/compare/v6.1.0β¦v6.2.0
π adventure-platform-mod 6.1.0
Released on - 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 https://github.com/KyoriPowered/adventure-platform-mod/pull/157
- Expose non-wrapping conversion outside of an active game by @zml2008 in https://github.com/KyoriPowered/adventure-platform-mod/pull/166
Full Changelog: https://github.com/KyoriPowered/adventure-platform-mod/compare/v6.0.1β¦v6.1.0
π adventure-platform-mod 6.0.1
Released on - 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 https://github.com/KyoriPowered/adventure-platform-mod/pull/161
- Implement equals and hashCode on WrappedComponent by @jpenilla in https://github.com/KyoriPowered/adventure-platform-mod/pull/163
New Contributors
- @toxicity188 made their first contribution in https://github.com/KyoriPowered/adventure-platform-mod/pull/161
Full Changelog: https://github.com/KyoriPowered/adventure-platform-mod/compare/v6.0.0β¦v6.0.1
π adventure-platform-fabric 5.14.2
Released on - 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
- Backport #163 to 5.x by @zml2008 and @jpenilla in https://github.com/KyoriPowered/adventure-platform-mod/pull/165
Full Changelog: https://github.com/KyoriPowered/adventure-platform-mod/compare/v5.14.1β¦v5.14.2
π adventure-platform-mod 6.0.0
Released on - 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
- Cross-platform by @jpenilla in https://github.com/KyoriPowered/adventure-platform-mod/pull/147
Full Changelog: https://github.com/KyoriPowered/adventure-platform-mod/compare/v5.14.1β¦v6.0.0
π adventure-platform-fabric 5.14.1
Released on - 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 https://github.com/KyoriPowered/adventure-platform-fabric/pull/146
Full Changelog: https://github.com/KyoriPowered/adventure-platform-fabric/compare/v5.14.0β¦v5.14.1
π adventure-platform-fabric 5.14.0
Released on - GitHub
adventure-platform-fabric provides Adventure 4.17.0 on the Fabric mod loader, supporting Minecraft 1.21.
Full Changelog: https://github.com/KyoriPowered/adventure-platform-fabric/compare/v5.13.0β¦v5.14.0
π adventure-platform-fabric 5.13.0
Released on - 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 https://github.com/KyoriPowered/adventure-platform-fabric/pull/136
Full Changelog: https://github.com/KyoriPowered/adventure-platform-fabric/compare/v5.12.0β¦v5.13.0
π adventure-platform-fabric 5.12.0
Released on - 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: https://github.com/KyoriPowered/adventure-platform-fabric/compare/v5.11.0β¦v5.12.0
π adventure-platform-fabric 5.11.0
Released on - 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
- Adventure 4.15.0 by @zml2008 in https://github.com/KyoriPowered/adventure-platform-fabric/pull/121
- 1.20.3 by @zml2008 in https://github.com/KyoriPowered/adventure-platform-fabric/pull/114
π Fixes
- Fix compile errors when extending Player by @jpenilla in https://github.com/KyoriPowered/adventure-platform-fabric/pull/124
- Fix deep conversion on client when no local player exists by @jpenilla in https://github.com/KyoriPowered/adventure-platform-fabric/pull/123
Full Changelog: https://github.com/KyoriPowered/adventure-platform-fabric/compare/v5.10.1β¦v5.11.0
π adventure-platform-fabric 5.10.1
Released on - GitHub
π Fixes
- Correctly mark client mixin config as client-only by @zml2008 fixes https://github.com/KyoriPowered/adventure-platform-fabric/issues/113
β¨ Tooling
- Use fabric-loader-junit to test our component conversions by @zml2008 in https://github.com/KyoriPowered/adventure-platform-fabric/pull/111
Thanks to @AuroraSmiles for emotional support while preparing this release π
Full Changelog: https://github.com/KyoriPowered/adventure-platform-fabric/compare/v5.10.0β¦v5.10.1
π adventure-platform-fabric 5.10.0
Released on - 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: https://github.com/KyoriPowered/adventure-platform-fabric/compare/v5.9.0β¦v5.10.0
π adventure-platform-fabric 5.9.0
Released on - 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 https://github.com/KyoriPowered/adventure-platform-fabric/pull/86
- feat: Hook into fabric-permissions-api to provide the PermissionChecker pointer by @zml2008 in https://github.com/KyoriPowered/adventure-platform-fabric/pull/89
- 1.20 by @zml2008 in https://github.com/KyoriPowered/adventure-platform-fabric/pull/92
- chore(deps): update for adventure 4.14.0 features by @zml2008 in https://github.com/KyoriPowered/adventure-platform-fabric/pull/99
Full Changelog: https://github.com/KyoriPowered/adventure-platform-fabric/compare/v5.8.0β¦v5.9.0
π adventure-platform-fabric 5.5.2
Released on - 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 - 8a1e639f73a2868fda79f333f7de645fb4118b97
π adventure-platform-fabric 5.8.0
Released on - 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
π adventure-platform-fabric 5.7.0
Released on - 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
π adventure-platform-fabric 5.6.1
Released on - 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
- a0d59eb1a04471215c725f36b4fa5f7f1a7e110d
Changes π§
- Update bundled adventure-platform-api to v4.2.0 - #70
π adventure-platform-fabric 5.6.0
Released on - 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.
π adventure-platform-fabric 5.5.1
Released on - 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 - a9ddbc6420647643ce6050936427860e74c0b9c2
- feat: Inject
SignedMessage
intoPlayerChatMessage
- f382b7924f5ef700746deb4f857e774a160efdb4
π adventure-platform-fabric 5.5.0
Released on - 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 https://github.com/KyoriPowered/adventure-platform-fabric/pull/38
Fixes π
- Mark mod as library for newer modmenu by @Tisawesomeness in https://github.com/KyoriPowered/adventure-platform-fabric/pull/47
New Contributors
- @Tisawesomeness made their first contribution in https://github.com/KyoriPowered/adventure-platform-fabric/pull/47
Full Changelog: https://github.com/KyoriPowered/adventure-platform-fabric/compare/v5.4.0β¦v5.5.0
π adventure-platform-fabric 5.4.0
Released on - 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.
π adventure-platform-fabric 5.3.1
Released on - 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
- https://github.com/KyoriPowered/adventure-platform-fabric/commit/002df0489dbd2dfcd8b6fcd61f236b5229edf776
π adventure-platform-fabric 5.3.0
Released on - 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 https://github.com/KyoriPowered/adventure-platform-fabric/pull/30
- Make CommandSyntaxException a ComponentMessageThrowable by @jpenilla in https://github.com/KyoriPowered/adventure-platform-fabric/pull/27
- Provide a component-handling SLF4J logger wrapper by @zml2008 in https://github.com/KyoriPowered/adventure-platform-fabric/pull/32
Full Changelog: https://github.com/KyoriPowered/adventure-platform-fabric/compare/v5.2.1β¦v5.3.0
π adventure-platform-fabric 5.2.1
Released on - 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: https://github.com/KyoriPowered/adventure-platform-fabric/compare/v5.2.0β¦v5.2.1
π adventure-platform-fabric 5.2.0
Released on - 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.
π adventure-platform-fabric 5.1.0
Released on - 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 https://github.com/KyoriPowered/adventure-platform-fabric/pull/17
- Adventure update to 4.10.0
Full Changelog: https://github.com/KyoriPowered/adventure-platform-fabric/compare/v5.0.0β¦v5.1.0
π adventure-platform-fabric 5.0.0
Released on - GitHub
Changes
- Target Minecraft 1.18 and Java 17
- Remove deprecated API
π adventure-platform-fabric 4.1.0 (MC 1.17.x)
Released on - GitHub
Changes
- Target Minecraft 1.17.x and Java 16