添加1.21.3

This commit is contained in:
Xujiayao 2024-10-28 23:03:38 +08:00 committed by Jason Xu
parent 16062f3c10
commit 6d0533583c
6 changed files with 20 additions and 8 deletions

View file

@ -1,5 +1,5 @@
plugins {
id "fabric-loom" version "1.7-SNAPSHOT" apply false
id "fabric-loom" version "1.8-SNAPSHOT" apply false
id "com.replaymod.preprocess" version "88169fcb"
}
@ -16,6 +16,7 @@ preprocess {
def mc1202 = createNode("1.20.2", 1_20_02, "mojang")
def mc1204 = createNode("1.20.4", 1_20_04, "mojang")
def mc1211 = createNode("1.21.1", 1_21_01, "mojang")
def mc1213 = createNode("1.21.3", 1_21_03, "mojang")
mc1152.link(mc1165, file("versions/mapping-1.15.2-1.16.5.txt"))
mc1165.link(mc1171, null)
@ -28,6 +29,7 @@ preprocess {
mc1201.link(mc1202, file("versions/mapping-1.20.1-1.20.2.txt"))
mc1202.link(mc1204, null)
mc1204.link(mc1211, null)
mc1211.link(mc1213, null)
}
project.afterEvaluate {

View file

@ -9,6 +9,6 @@ archives_base_name=Discord-MC-Chat
# Wrapper Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21.1
loader_version=0.16.4
fabric_version=0.103.0+1.21.1
minecraft_version=1.21.3
loader_version=0.16.7
fabric_version=0.107.0+1.21.3

View file

@ -35,7 +35,8 @@ def versions = Arrays.asList(
"1.20.1",
"1.20.2",
"1.20.4",
"1.21.1"
"1.21.1",
"1.21.3"
)
for (String version : versions) {
include(":$version")

View file

@ -3,7 +3,7 @@
minecraft_version=1.21.1
# Fabric Mod Metadata
minecraft_dependency=~1.20.5,~1.21
minecraft_dependency=~1.20.5,1.21,1.21.1
# Dependencies
fabric_version=0.103.0+1.21.1
fabric_version=0.107.0+1.21.1

View file

@ -0,0 +1,9 @@
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21.3
# Fabric Mod Metadata
minecraft_dependency=~1.21.2
# Dependencies
fabric_version=0.107.0+1.21.3

View file

@ -1 +1 @@
1.21.1
1.21.3