We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43d138 commit 1702ffeCopy full SHA for 1702ffe
build.gradle.kts
@@ -46,7 +46,7 @@ dependencies {
46
12002 -> "0.91.6+1.20.2"
47
12004 -> "0.97.1+1.20.4"
48
12006 -> "0.100.4+1.20.6"
49
- 12100 -> "0.100.4+1.21"
+ 12101 -> "0.100.4+1.21"
50
12103 -> "0.106.1+1.21.3"
51
12104 -> "0.115.1+1.21.4"
52
12105 -> "0.119.0+1.21.5"
root.gradle.kts
@@ -8,7 +8,7 @@ preprocess {
8
val fabric12105 = createNode("1.21.5-fabric", 12105, "yarn")
9
val fabric12104 = createNode("1.21.4-fabric", 12104, "yarn")
10
val fabric12103 = createNode("1.21.3-fabric", 12103, "yarn")
11
- val fabric12100 = createNode("1.21-fabric", 12100, "yarn")
+ val fabric12101 = createNode("1.21.1-fabric", 12101, "yarn")
12
val fabric12006 = createNode("1.20.6-fabric", 12006, "yarn")
13
val forge12004 = createNode("1.20.4-forge", 12004, "srg")
14
val fabric12004 = createNode("1.20.4-fabric", 12004, "yarn")
@@ -36,8 +36,8 @@ preprocess {
36
37
fabric12105.link(fabric12104)
38
fabric12104.link(fabric12103)
39
- fabric12103.link(fabric12100)
40
- fabric12100.link(fabric12006)
+ fabric12103.link(fabric12101)
+ fabric12101.link(fabric12006)
41
fabric12006.link(fabric12004)
42
forge12004.link(fabric12004)
43
fabric12004.link(fabric12002)
settings.gradle.kts
@@ -41,7 +41,7 @@ listOf(
"1.20.4-fabric",
"1.20.4-forge",
"1.20.6-fabric",
44
- "1.21-fabric",
+ "1.21.1-fabric",
45
"1.21.3-fabric",
"1.21.4-fabric",
"1.21.5-fabric",
0 commit comments