diff --git a/source/conf.py b/source/conf.py index 11d1e81..332a88b 100644 --- a/source/conf.py +++ b/source/conf.py @@ -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} diff --git a/source/platform/bukkit.rst b/source/platform/bukkit.rst index 46cf067..1584405 100644 --- a/source/platform/bukkit.rst +++ b/source/platform/bukkit.rst @@ -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:: diff --git a/source/platform/fabric.rst b/source/platform/fabric.rst index 062f836..cecab19 100644 --- a/source/platform/fabric.rst +++ b/source/platform/fabric.rst @@ -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 } @@ -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. @@ -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 ================= ================= ====================================== ---------