Skip to content

Commit c6093a8

Browse files
Replace 1.21.2 with 1.21.3
1 parent 0b7af0f commit c6093a8

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
@@ -47,7 +47,7 @@ dependencies {
4747
12004 -> "0.97.1+1.20.4"
4848
12006 -> "0.100.4+1.20.6"
4949
12100 -> "0.100.4+1.21"
50-
12102 -> "0.106.1+1.21.2"
50+
12103 -> "0.106.1+1.21.3"
5151
12104 -> "0.115.1+1.21.4"
5252
else -> error("Unable to determine fabric api version")
5353
}

root.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ preprocess {
88
strictExtraMappings.set(true)
99

1010
val fabric12104 = createNode("1.21.4-fabric", 12104, "yarn")
11-
val fabric12102 = createNode("1.21.2-fabric", 12102, "yarn")
11+
val fabric12103 = createNode("1.21.3-fabric", 12103, "yarn")
1212
val fabric12100 = createNode("1.21-fabric", 12100, "yarn")
1313
val fabric12006 = createNode("1.20.6-fabric", 12006, "yarn")
1414
val forge12004 = createNode("1.20.4-forge", 12004, "srg")
@@ -35,8 +35,8 @@ preprocess {
3535
val forge11202 = createNode("1.12.2-forge", 11202, "srg")
3636
val forge10809 = createNode("1.8.9-forge", 10809, "srg")
3737

38-
fabric12104.link(fabric12102)
39-
fabric12102.link(fabric12100)
38+
fabric12104.link(fabric12103)
39+
fabric12103.link(fabric12100)
4040
fabric12100.link(fabric12006)
4141
fabric12006.link(fabric12004)
4242
forge12004.link(fabric12004)

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ listOf(
4242
"1.20.4-forge",
4343
"1.20.6-fabric",
4444
"1.21-fabric",
45-
"1.21.2-fabric",
45+
"1.21.3-fabric",
4646
"1.21.4-fabric",
4747
).forEach { version ->
4848
include(":$version")

0 commit comments

Comments
 (0)