From 661c1720d2e4367bad39725abc521c01dfbf2a9e Mon Sep 17 00:00:00 2001 From: onebeastchris Date: Wed, 15 Mar 2023 18:58:45 +0100 Subject: [PATCH] fix injection failure issue (#87) --- build.gradle | 4 ++-- src/main/resources/fabric.mod.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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