Skip to content

Commit

Permalink
adventure: 4.17.0 and platform-fabric: 5.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed May 8, 2024
1 parent a8c990e commit d6a80b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
# The short X.Y versions

# The latest version of the Adventure api
api_version = '4.16.0'
api_version = '4.17.0'

# The latest versions of adventure-platform builds
platform_version = '4.3.2'
platform_fabric_version = '5.12.0'
platform_fabric_version = '5.13.0'

# The latest version of the ansi library
ansi_version = '1.0.3'
Expand Down
6 changes: 4 additions & 2 deletions source/platform/fabric.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ First, add the repository:
:substitutions:
dependencies {
modImplementation include("net.kyori:adventure-platform-fabric:|fabric_version|") // for Minecraft 1.20.4
modImplementation include("net.kyori:adventure-platform-fabric:|fabric_version|") // for Minecraft 1.20.6
}
Expand All @@ -71,7 +71,7 @@ First, add the repository:
:substitutions:
dependencies {
modImplementation(include("net.kyori:adventure-platform-fabric:|fabric_version|")!!) // for Minecraft 1.20.4
modImplementation(include("net.kyori:adventure-platform-fabric:|fabric_version|")!!) // for Minecraft 1.20.6
}
The Fabric platform requires *fabric-api-base* in order to provide the locale change event, *fabric-command-api-v2* for the callback click event, and can optionally use Colonel_ (or *fabric-networking-api-v1*) to allow the ``Component`` and ``Key`` argument types to be used on clients without the mod installed. There are no other dependencies.
Expand All @@ -95,6 +95,8 @@ The Fabric platform requires *fabric-api-base* in order to provide the locale ch
1.19.4 4.13.0 5.8.0
1.20-1.20.1 4.14.0 5.9.0
1.20.2 4.14.0 5.10.1
1.20.4 4.16.0 5.12.0
1.20.5 4.17.0 5.13.0
================= ================= ======================================

---------
Expand Down

0 comments on commit d6a80b4

Please sign in to comment.