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:
@@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -26,6 +26,6 @@
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.6",
|
||||
"fabric": "*",
|
||||
"minecraft": ">=1.19.3"
|
||||
"minecraft": ">=1.19.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user