1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-28 02:59:16 +00:00

Update Floodgate-Fabric for 1.18.2

This commit is contained in:
Camotoy
2022-03-04 21:26:04 -05:00
parent cbafcb4030
commit f7272e403c
3 changed files with 4 additions and 3 deletions

View File

@@ -35,13 +35,14 @@ dependencies {
shadow("org.geysermc.floodgate:common:${project.mod_version}") {
exclude group: 'com.google.guava', module: "guava"
exclude group: 'com.google.code.gson', module: "gson"
exclude group: 'net.kyori', module: '*' // Let Adventure-Platform provide its desired Adventure version
}
include(modImplementation('cloud.commandframework:cloud-fabric:1.5.0') {
because "Commands library implementation for Fabric"
})
include(modImplementation('net.kyori:adventure-platform-fabric:5.0.0') {
include(modImplementation('net.kyori:adventure-platform-fabric:5.2.0') {
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

View File

@@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.18
minecraft_version=1.18.2
loader_version=0.12.6
# Mod Properties
mod_version=2.1.0-SNAPSHOT

View File

@@ -26,6 +26,6 @@
"depends": {
"fabricloader": ">=0.11.3",
"fabric": "*",
"minecraft": ">=1.17.1"
"minecraft": ">=1.18.2"
}
}