Skip to content

Commit 1702ffe

Browse files
Replace 1.21 Fabric with 1.21.1 Fabric
1 parent d43d138 commit 1702ffe

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
12002 -> "0.91.6+1.20.2"
4747
12004 -> "0.97.1+1.20.4"
4848
12006 -> "0.100.4+1.20.6"
49-
12100 -> "0.100.4+1.21"
49+
12101 -> "0.100.4+1.21"
5050
12103 -> "0.106.1+1.21.3"
5151
12104 -> "0.115.1+1.21.4"
5252
12105 -> "0.119.0+1.21.5"

root.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ preprocess {
88
val fabric12105 = createNode("1.21.5-fabric", 12105, "yarn")
99
val fabric12104 = createNode("1.21.4-fabric", 12104, "yarn")
1010
val fabric12103 = createNode("1.21.3-fabric", 12103, "yarn")
11-
val fabric12100 = createNode("1.21-fabric", 12100, "yarn")
11+
val fabric12101 = createNode("1.21.1-fabric", 12101, "yarn")
1212
val fabric12006 = createNode("1.20.6-fabric", 12006, "yarn")
1313
val forge12004 = createNode("1.20.4-forge", 12004, "srg")
1414
val fabric12004 = createNode("1.20.4-fabric", 12004, "yarn")
@@ -36,8 +36,8 @@ preprocess {
3636

3737
fabric12105.link(fabric12104)
3838
fabric12104.link(fabric12103)
39-
fabric12103.link(fabric12100)
40-
fabric12100.link(fabric12006)
39+
fabric12103.link(fabric12101)
40+
fabric12101.link(fabric12006)
4141
fabric12006.link(fabric12004)
4242
forge12004.link(fabric12004)
4343
fabric12004.link(fabric12002)

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ listOf(
4141
"1.20.4-fabric",
4242
"1.20.4-forge",
4343
"1.20.6-fabric",
44-
"1.21-fabric",
44+
"1.21.1-fabric",
4545
"1.21.3-fabric",
4646
"1.21.4-fabric",
4747
"1.21.5-fabric",

0 commit comments

Comments
 (0)