1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-31 04:36:47 +00:00

fix injection failure issue (#87)

This commit is contained in:
onebeastchris
2023-03-15 18:58:45 +01:00
committed by GitHub
parent 8b99d9ebd6
commit 661c1720d2
2 changed files with 4 additions and 4 deletions

View File

@@ -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()
}
}
}

View File

@@ -26,6 +26,6 @@
"depends": {
"fabricloader": ">=0.14.6",
"fabric": "*",
"minecraft": ">=1.19.3"
"minecraft": ">=1.19.4"
}
}
}