Skip to content

Commit 4ecffd0

Browse files
committed
Mark fabric jar compatible with 1.21.9/1.21.10
Fixes #9
1 parent ec015d8 commit 4ecffd0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

fabric/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
alias(libs.plugins.loom)
88
}
99

10-
val testTaskVersion = "1.21.7"
10+
val testTaskVersion = "1.21.9"
1111
val testTaskVersionFiltered = testTaskVersion.replace(".", "")
1212

1313
// intermediary mappings are useless here

fabric/src/main/resources/fabric.mod.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
"1.21.5",
2929
"1.21.6",
3030
"1.21.7",
31-
"1.21.8"
31+
"1.21.8",
32+
"1.21.9",
33+
"1.21.10"
3234
],
3335
"java": ">=21",
3436
"moonrise": "*",

0 commit comments

Comments
 (0)