Skip to content

Commit

Permalink
chore(deps): adventure 4.15.0, platform 4.3.2, platform-fabric 5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Jan 21, 2024
1 parent 5b3bae6 commit 96c19b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 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.14.0'
api_version = '4.15.0'

# The latest versions of adventure-platform builds
platform_version = '4.3.1'
platform_fabric_version = '5.10.0'
platform_version = '4.3.2'
platform_fabric_version = '5.11.0'

# The latest version of the ansi library
ansi_version = '1.0.3'
Expand Down
2 changes: 1 addition & 1 deletion source/platform/bukkit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bukkit
======

The Adventure platform implementation for Bukkit targets Paper, Spigot, and Bukkit for
Minecraft 1.7.10 through 1.20.1.
Minecraft 1.7.10 through 1.20.4.

.. warning::

Expand Down
7 changes: 4 additions & 3 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.2
modImplementation include("net.kyori:adventure-platform-fabric:|fabric_version|") // for Minecraft 1.20.4
}
Expand All @@ -71,10 +71,10 @@ First, add the repository:
:substitutions:
dependencies {
modImplementation(include("net.kyori:adventure-platform-fabric:|fabric_version|")!!) // for Minecraft 1.20.2
modImplementation(include("net.kyori:adventure-platform-fabric:|fabric_version|")!!) // for Minecraft 1.20.4
}
The Fabric platform requires *fabric-api-base* in order to provide the locale change event, and can optionally use Colonel_ to allow the ``Component`` and ``Key`` argument types to be used on clients without the mod installed. There are no other dependencies.
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.

.. attention::

Expand All @@ -94,6 +94,7 @@ The Fabric platform requires *fabric-api-base* in order to provide the locale ch
1.19.3 4.13.0 5.7.0
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
================= ================= ======================================

---------
Expand Down

0 comments on commit 96c19b5

Please sign in to comment.