Skip to content

Commit

Permalink
chore: Update platform-{bukkit,fabric} for 1.20.1
Browse files Browse the repository at this point in the history
Update ansi too
  • Loading branch information
zml2008 committed Jul 16, 2023
1 parent c8746d8 commit 84ba85b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@

# The latest versions of adventure-platform builds
platform_version = '4.3.0'
platform_fabric_version = '5.8.0'
platform_fabric_version = '5.9.0'

# The latest version of the ansi library
ansi_version = '1.0.1'
ansi_version = '1.0.2'

dependency_versions = {'api': api_version, 'platform': platform_version, 'platform_fabric': platform_fabric_version, 'ansi': ansi_version}

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.19.4.
Minecraft 1.7.10 through 1.20.1.

.. warning::

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.19.4
modImplementation include("net.kyori:adventure-platform-fabric:|fabric_version|") // for Minecraft 1.20.1
}
Expand All @@ -71,7 +71,7 @@ First, add the repository:
:substitutions:
dependencies {
modImplementation(include("net.kyori:adventure-platform-fabric:|fabric_version|")!!) // for Minecraft 1.19.4
modImplementation(include("net.kyori:adventure-platform-fabric:|fabric_version|")!!) // for Minecraft 1.20.1
}
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.
Expand All @@ -92,6 +92,8 @@ The Fabric platform requires *fabric-api-base* in order to provide the locale ch
1.19 4.11.0 5.4.0
1.19.1-1.19.2 4.12.0 5.5.2
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
================= ================= ======================================

---------
Expand Down

0 comments on commit 84ba85b

Please sign in to comment.