Skip to content

Commit 6c24026

Browse files
authored
Bump bootstrap version to 1.21.11 (#601)
1 parent aeed232 commit 6c24026

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

bootstrap/root.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ preprocess {
2020
val fabric12104 = createNode("bootstrap-1.21.4-fabric", 1_21_04, "yarn")
2121
val fabric12105 = createNode("bootstrap-1.21.5-fabric", 1_21_05, "yarn")
2222
val fabric12108 = createNode("bootstrap-1.21.8-fabric", 1_21_08, "yarn")
23+
val fabric12110 = createNode("bootstrap-1.21.10-fabric", 1_21_10, "yarn")
24+
val fabric12111 = createNode("bootstrap-1.21.11-fabric", 1_21_11, "yarn")
2325

2426
forge11202.link(forge10809)
2527
forge11605.link(forge11202)
@@ -28,6 +30,8 @@ preprocess {
2830
fabric12104.link(fabric12101)
2931
fabric12105.link(fabric12104)
3032
fabric12108.link(fabric12105)
33+
fabric12110.link(fabric12108)
34+
fabric12111.link(fabric12110)
3135

3236
strictExtraMappings.set(true)
3337
}

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ listOf(
129129
"1.21.4-fabric",
130130
"1.21.5-fabric",
131131
"1.21.8-fabric",
132-
// "1.21.10-fabric",
133-
// "1.21.11-fabric",
132+
"1.21.10-fabric",
133+
"1.21.11-fabric",
134134
).contains(version)) {
135135
include(bootstrapProj)
136136
project(bootstrapProj).apply {

0 commit comments

Comments
 (0)