diff --git a/build.gradle b/build.gradle index 3dce8a2d..bf9e8185 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ dependencies { because "Commands library implementation for Fabric" }) - include(modImplementation('net.kyori:adventure-platform-fabric:5.6.0-SNAPSHOT') { + include(modImplementation('net.kyori:adventure-platform-fabric:5.8.0-SNAPSHOT') { because "Chat library implementation for Fabric that includes methods for communicating with the server" // Thanks to zml for this fix // The package modifies Brigadier which causes a LinkageError at runtime if included @@ -147,4 +147,4 @@ publishing { repositories { mavenLocal() } -} +} \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 454d7f8f..8beee375 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,6 +26,6 @@ "depends": { "fabricloader": ">=0.14.6", "fabric": "*", - "minecraft": ">=1.19.3" + "minecraft": ">=1.19.4" } -} +} \ No newline at end of file