Skip to content

adventure-platform-mod

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 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