mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 20:55:13 +00:00
更新依赖+添加MC 1.21.5
This commit is contained in:
parent
a4d8e47387
commit
2ae7dd43fe
10 changed files with 23 additions and 11 deletions
|
|
@ -20,6 +20,7 @@ preprocess {
|
|||
def mc1204 = createNode("1.20.4", 1_20_04, "mojang")
|
||||
def mc1211 = createNode("1.21.1", 1_21_01, "mojang")
|
||||
def mc1214 = createNode("1.21.4", 1_21_04, "mojang")
|
||||
def mc1215 = createNode("1.21.5", 1_21_05, "mojang")
|
||||
|
||||
mc1152.link(mc1165, file("versions/mapping-1.15.2-1.16.5.txt"))
|
||||
mc1165.link(mc1171, null)
|
||||
|
|
@ -33,6 +34,7 @@ preprocess {
|
|||
mc1202.link(mc1204, null)
|
||||
mc1204.link(mc1211, null)
|
||||
mc1211.link(mc1214, file("versions/mapping-1.21.1-1.21.4.txt"))
|
||||
mc1214.link(mc1215, null)
|
||||
}
|
||||
|
||||
project.afterEvaluate {
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ dependencies {
|
|||
modImplementation("com.fasterxml.jackson.core:jackson-annotations:2.17.2")
|
||||
modImplementation("com.squareup.okhttp3:okhttp:4.12.0")
|
||||
modImplementation("com.squareup.okio:okio-jvm:3.6.0")
|
||||
modImplementation("org.jetbrains.kotlin:kotlin-stdlib:1.8.21")
|
||||
modImplementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.10")
|
||||
|
||||
modImplementation("net.fellbaum:jemoji:1.7.1")
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ archives_base_name=Discord-MC-Chat
|
|||
|
||||
# Wrapper Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.21.4
|
||||
minecraft_version=1.21.5
|
||||
loader_version=0.16.10
|
||||
fabric_version=0.116.1+1.21.4
|
||||
fabric_version=0.119.5+1.21.5
|
||||
|
|
@ -36,7 +36,8 @@ def versions = Arrays.asList(
|
|||
"1.20.2",
|
||||
"1.20.4",
|
||||
"1.21.1",
|
||||
"1.21.4"
|
||||
"1.21.4",
|
||||
"1.21.5"
|
||||
)
|
||||
for (String version : versions) {
|
||||
include(":$version")
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ minecraft_version=1.20.1
|
|||
minecraft_dependency=1.20,1.20.1
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.92.3+1.20.1
|
||||
fabric_version=0.92.5+1.20.1
|
||||
|
|
@ -6,4 +6,4 @@ minecraft_version=1.21.1
|
|||
minecraft_dependency=~1.20.5,1.21,1.21.1
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.115.0+1.21.1
|
||||
fabric_version=0.115.3+1.21.1
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
minecraft_version=1.21.4
|
||||
|
||||
# Fabric Mod Metadata
|
||||
minecraft_dependency=~1.21.2
|
||||
minecraft_dependency=1.21.2,1.21.3,1.21.4
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.116.1+1.21.4
|
||||
fabric_version=0.119.2+1.21.4
|
||||
9
versions/1.21.5/gradle.properties
Normal file
9
versions/1.21.5/gradle.properties
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.21.5
|
||||
|
||||
# Fabric Mod Metadata
|
||||
minecraft_dependency=~1.21.5
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.119.5+1.21.5
|
||||
|
|
@ -1 +1 @@
|
|||
1.21.4
|
||||
1.21.5
|
||||
|
|
@ -43,13 +43,13 @@ dependencies {
|
|||
include("com.fasterxml.jackson.core:jackson-annotations:2.17.2")
|
||||
include("com.squareup.okhttp3:okhttp:4.12.0")
|
||||
include("com.squareup.okio:okio-jvm:3.6.0")
|
||||
include("org.jetbrains.kotlin:kotlin-stdlib:1.8.21")
|
||||
include("org.jetbrains.kotlin:kotlin-stdlib:1.9.10")
|
||||
|
||||
include("net.fellbaum:jemoji:1.7.1")
|
||||
|
||||
shadow(implementation("com.google.code.gson:gson:2.12.1"))
|
||||
|
||||
shadow(implementation("com.jetbrains.intellij.java:java-gui-forms-rt:243.23654.166"))
|
||||
shadow(implementation("com.jetbrains.intellij.java:java-gui-forms-rt:243.26053.20"))
|
||||
shadow(implementation("com.formdev:flatlaf:3.5.4"))
|
||||
shadow(implementation("com.formdev:flatlaf-extras:3.5.4"))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue