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 9a90941 commit bd811dbCopy full SHA for bd811db
gradle.properties
@@ -4,15 +4,15 @@ org.gradle.parallel=true
4
5
# Fabric Properties
6
# check these on https://fabricmc.net/develop
7
-minecraft_version=1.21.9
8
-yarn_mappings=1.21.9+build.1
+minecraft_version=1.21.10
+yarn_mappings=1.21.10+build.1
9
loader_version=0.17.2
10
loom_version=1.11-SNAPSHOT
11
12
# Mod Properties
13
-mod_version=1.1.0
+mod_version=1.2.0
14
maven_group=com.Counter
15
archives_base_name=counter
16
17
# Dependencies
18
-fabric_version=0.134.0+1.21.9
+fabric_version=0.134.1+1.21.10
src/client/resources/fabric.mod.json
@@ -28,7 +28,7 @@
28
],
29
"depends": {
30
"fabricloader": ">=0.17.2",
31
- "minecraft": "~1.21.9",
+ "minecraft": "~1.21.10",
32
"java": ">=21",
33
"fabric-api": "*"
34
},
0 commit comments