mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 22:05:11 +00:00
移除1.20.6(与1.21兼容)
This commit is contained in:
parent
1590eee2b3
commit
77d20a108c
4 changed files with 2 additions and 15 deletions
|
|
@ -15,7 +15,6 @@ 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 mc1206 = createNode("1.20.6", 1_20_06, "mojang")
|
||||
def mc1210 = createNode("1.21" , 1_21_00, "mojang")
|
||||
|
||||
mc1152.link(mc1165, file("versions/mapping-1.15.2-1.16.5.txt"))
|
||||
|
|
@ -28,8 +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(mc1206, null)
|
||||
mc1206.link(mc1210, null)
|
||||
mc1204.link(mc1210, null)
|
||||
}
|
||||
|
||||
project.afterEvaluate {
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ def versions = Arrays.asList(
|
|||
"1.20.1",
|
||||
"1.20.2",
|
||||
"1.20.4",
|
||||
"1.20.6",
|
||||
"1.21"
|
||||
)
|
||||
for (String version : versions) {
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.20.6
|
||||
loader_version=0.15.11
|
||||
|
||||
# Fabric Mod Metadata
|
||||
minecraft_dependency=~1.20.5
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.100.0+1.20.6
|
||||
|
|
@ -4,7 +4,7 @@ minecraft_version=1.21
|
|||
loader_version=0.15.11
|
||||
|
||||
# Fabric Mod Metadata
|
||||
minecraft_dependency=~1.21
|
||||
minecraft_dependency=~1.20.5,~1.21
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.100.1+1.21
|
||||
Loading…
Add table
Reference in a new issue