Skip to content

Commit 8e17043

Browse files
committed
fix
1 parent 80cbb96 commit 8e17043

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ org.gradle.parallel=true
44

55

66
# Mod Properties
7-
version=1.2.0
7+
version=1.2.1
88
group=zh.qiushui.mod
99
archives_name=qca

src/main/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
],
3333
"depends": {
3434
"fabricloader": ">=0.16.9",
35-
"minecraft": "1.21.5",
35+
"minecraft": "1.21.6",
3636
"java": ">=21",
3737
"fabric-api": "*",
38-
"carpet": ">=1.4.169"
38+
"carpet": ">=1.4.176"
3939
}
4040
}

0 commit comments

Comments
 (0)