Released on May 10, 2025
- 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
Full Changelog: v6.3.0...v6.4.0
Released on Apr 5, 2025
- 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: v6.2.0...v6.3.0
Released on Dec 23, 2024
- 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
Other
- build: Replace hacky workarounds for run configs by @jpenilla in #173
Full Changelog: v6.1.0...v6.2.0
Released on Oct 28, 2024
- 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
Released on Oct 20, 2024
- 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
Released on Oct 20, 2024
- 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
Released on Aug 25, 2024
- 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
Released on Oct 20, 2024
- 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
Released on Jun 22, 2024
- 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
Released on May 8, 2024
- 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