We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec015d8 commit 4ecffd0Copy full SHA for 4ecffd0
fabric/build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
alias(libs.plugins.loom)
8
}
9
10
-val testTaskVersion = "1.21.7"
+val testTaskVersion = "1.21.9"
11
val testTaskVersionFiltered = testTaskVersion.replace(".", "")
12
13
// intermediary mappings are useless here
fabric/src/main/resources/fabric.mod.json
@@ -28,7 +28,9 @@
28
"1.21.5",
29
"1.21.6",
30
"1.21.7",
31
- "1.21.8"
+ "1.21.8",
32
+ "1.21.9",
33
+ "1.21.10"
34
],
35
"java": ">=21",
36
"moonrise": "*",
0 commit comments