mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 19:45:14 +00:00
更新MC依赖 + 1.21.1
This commit is contained in:
parent
b5b2480442
commit
9b375e9a29
6 changed files with 10 additions and 10 deletions
|
|
@ -15,7 +15,7 @@ preprocess {
|
|||
def mc1201 = createNode("1.20.1", 1_20_01, "mojang")
|
||||
def mc1202 = createNode("1.20.2", 1_20_02, "mojang")
|
||||
def mc1204 = createNode("1.20.4", 1_20_04, "mojang")
|
||||
def mc1210 = createNode("1.21" , 1_21_00, "mojang")
|
||||
def mc1211 = createNode("1.21.1" , 1_21_01, "mojang")
|
||||
|
||||
mc1152.link(mc1165, file("versions/mapping-1.15.2-1.16.5.txt"))
|
||||
mc1165.link(mc1171, null)
|
||||
|
|
@ -27,7 +27,7 @@ preprocess {
|
|||
mc1194.link(mc1201, null)
|
||||
mc1201.link(mc1202, file("versions/mapping-1.20.1-1.20.2.txt"))
|
||||
mc1202.link(mc1204, null)
|
||||
mc1204.link(mc1210, null)
|
||||
mc1204.link(mc1211, null)
|
||||
}
|
||||
|
||||
project.afterEvaluate {
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ archives_base_name=Discord-MC-Chat
|
|||
|
||||
# Wrapper Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.21
|
||||
loader_version=0.15.11
|
||||
fabric_version=0.100.6+1.21
|
||||
minecraft_version=1.21.1
|
||||
loader_version=0.16.4
|
||||
fabric_version=0.103.0+1.21.1
|
||||
|
|
@ -35,7 +35,7 @@ def versions = Arrays.asList(
|
|||
"1.20.1",
|
||||
"1.20.2",
|
||||
"1.20.4",
|
||||
"1.21"
|
||||
"1.21.1"
|
||||
)
|
||||
for (String version : versions) {
|
||||
include(":$version")
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ minecraft_version=1.20.4
|
|||
minecraft_dependency=1.20.3,1.20.4
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.97.1+1.20.4
|
||||
fabric_version=0.97.2+1.20.4
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.21
|
||||
minecraft_version=1.21.1
|
||||
|
||||
# Fabric Mod Metadata
|
||||
minecraft_dependency=~1.20.5,~1.21
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.100.6+1.21
|
||||
fabric_version=0.103.0+1.21.1
|
||||
|
|
@ -1 +1 @@
|
|||
1.21
|
||||
1.21.1
|
||||
Loading…
Add table
Reference in a new issue