🌍 adventure-platform-mod 6.0.0
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