mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 23:22:49 +00:00
更新依赖
This commit is contained in:
parent
9d0d1a4438
commit
c81b469cd3
11 changed files with 19 additions and 19 deletions
|
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id "fabric-loom" version "1.3-SNAPSHOT" apply false
|
||||
id "fabric-loom" version "1.4-SNAPSHOT" apply false
|
||||
id "com.replaymod.preprocess" version "SNAPSHOT"
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ dependencies {
|
|||
modImplementation("net.fabricmc:fabric-loader:${loader_version}")
|
||||
modImplementation("net.fabricmc.fabric-api:fabric-api:${fabric_version}")
|
||||
|
||||
modImplementation("net.dv8tion:JDA:5.0.0-beta.13") {
|
||||
modImplementation("net.dv8tion:JDA:5.0.0-beta.16") {
|
||||
exclude module: "opus-java"
|
||||
}
|
||||
modImplementation("net.sf.trove4j:trove4j:3.0.3")
|
||||
|
|
@ -40,7 +40,7 @@ dependencies {
|
|||
modImplementation("org.jetbrains.kotlin:kotlin-stdlib:1.6.20")
|
||||
|
||||
modImplementation("com.vdurmont:emoji-java:5.1.1")
|
||||
modImplementation("org.json:json:20230227") // Vulnerabilities exist in older versions
|
||||
modImplementation("org.json:json:20231013") // Vulnerabilities exist in older versions
|
||||
|
||||
modImplementation("com.google.code.gson:gson:2.10.1")
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ archives_base_name=MC-Discord-Chat
|
|||
# Wrapper Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.20.2
|
||||
yarn_mappings=1.20.2+build.1
|
||||
loader_version=0.14.22
|
||||
fabric_version=0.89.2+1.20.2
|
||||
yarn_mappings=1.20.2+build.4
|
||||
loader_version=0.14.24
|
||||
fabric_version=0.90.4+1.20.2
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.15.2
|
||||
yarn_mappings=1.15.2+build.17
|
||||
loader_version=0.14.22
|
||||
loader_version=0.14.24
|
||||
|
||||
# Fabric Mod Metadata
|
||||
minecraft_dependency=~1.14.4,~1.15.2
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.16.5
|
||||
yarn_mappings=1.16.5+build.10
|
||||
loader_version=0.14.22
|
||||
loader_version=0.14.24
|
||||
|
||||
# Fabric Mod Metadata
|
||||
minecraft_dependency=~1.16.4
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.17.1
|
||||
yarn_mappings=1.17.1+build.65
|
||||
loader_version=0.14.22
|
||||
loader_version=0.14.24
|
||||
|
||||
# Fabric Mod Metadata
|
||||
minecraft_dependency=~1.17
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.18.2
|
||||
yarn_mappings=1.18.2+build.4
|
||||
loader_version=0.14.22
|
||||
loader_version=0.14.24
|
||||
|
||||
# Fabric Mod Metadata
|
||||
minecraft_dependency=~1.18
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.19.4
|
||||
yarn_mappings=1.19.4+build.2
|
||||
loader_version=0.14.22
|
||||
loader_version=0.14.24
|
||||
|
||||
# Fabric Mod Metadata
|
||||
minecraft_dependency=~1.19.4
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.87.0+1.19.4
|
||||
fabric_version=0.87.1+1.19.4
|
||||
|
|
@ -2,10 +2,10 @@
|
|||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.20.1
|
||||
yarn_mappings=1.20.1+build.10
|
||||
loader_version=0.14.22
|
||||
loader_version=0.14.24
|
||||
|
||||
# Fabric Mod Metadata
|
||||
minecraft_dependency=1.20,1.20.1
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.89.0+1.20.1
|
||||
fabric_version=0.90.4+1.20.1
|
||||
|
|
@ -1,11 +1,11 @@
|
|||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.20.2
|
||||
yarn_mappings=1.20.2+build.1
|
||||
loader_version=0.14.22
|
||||
yarn_mappings=1.20.2+build.4
|
||||
loader_version=0.14.24
|
||||
|
||||
# Fabric Mod Metadata
|
||||
minecraft_dependency=~1.20.2
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.89.2+1.20.2
|
||||
fabric_version=0.90.4+1.20.2
|
||||
|
|
@ -17,7 +17,7 @@ dependencies {
|
|||
modImplementation("net.fabricmc:fabric-loader:${loader_version}")
|
||||
modImplementation("net.fabricmc.fabric-api:fabric-api:${fabric_version}")
|
||||
|
||||
include("net.dv8tion:JDA:5.0.0-beta.13") {
|
||||
include("net.dv8tion:JDA:5.0.0-beta.16") {
|
||||
exclude module: "opus-java"
|
||||
}
|
||||
include("net.sf.trove4j:trove4j:3.0.3")
|
||||
|
|
@ -32,7 +32,7 @@ dependencies {
|
|||
include("org.jetbrains.kotlin:kotlin-stdlib:1.6.20")
|
||||
|
||||
include("com.vdurmont:emoji-java:5.1.1")
|
||||
include("org.json:json:20230227") // Vulnerabilities exist in older versions
|
||||
include("org.json:json:20231013") // Vulnerabilities exist in older versions
|
||||
|
||||
include("com.google.code.gson:gson:2.10.1")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue