@@ -20,11 +20,17 @@ Adventure facilities this through the `net.kyori:adventure-platform-mod-shared`
2020A second variant, ` net.kyori:adventure-platform-mod-shared-fabric-repack ` , is also published. This variant should be used
2121when your common code is managed by ` fabric-loom ` .
2222
23- If you are building a Fabric-only or NeoForge-only mod, or do not care to use the platform API in shared code,
24- then you don't need to use this artifact explicitly. This is because both platforms depend on it transitively.
23+ :::caution[ Note]
24+ These artifacts are for the common module on multi-platform mods. For specific platforms, take a look at the
25+ [ Fabric] ( /adventure/platform/fabric ) or [ NeoForge] ( /adventure/platform/neoforge ) pages. If you are building a
26+ Fabric-only or NeoForge-only mod, or do not care to use the platform API in shared code, then you don't need to use
27+ this artifact explicitly. This is because both platforms depend on it transitively.
28+ :::
2529
2630As with the rest of the Adventure projects, releases are distributed on Maven Central, and snapshots on Sonatype OSS:
2731
32+
33+
2834<Tabs syncKey = " build-system" >
2935 <TabItem label = " Gradle (Kotlin)" >
3036 ``` kotlin title="build.gradle.kts" replace
@@ -81,6 +87,7 @@ Each major Minecraft release will require different platform versions. For older
8187
8288 | Minecraft Version | Adventure version | ` adventure-platform-(mod-shared/fabric/neoforge) ` version |
8389 | -------------------| -------------------| -----------------------------------------------------------|
90+ | 1.21.9-1.21.10 | 4.25.0 | 6.7.0 |
8491 | 1.21.6-1.21.8 | 4.24.0 | 6.6.0 |
8592 | 1.21.5 | 4.21.0 | 6.4.0 |
8693 | 1.21.2-1.21.4 | 4.20.0 | 6.3.0 |
0 commit comments