We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b8e9a commit 6b0dbefCopy full SHA for 6b0dbef
2 files changed
gradle/libs.versions.toml
@@ -2,15 +2,15 @@
2
mod-version = "0.1.0"
3
4
# Fabric (https://fabricmc.net/develop)
5
-minecraft = "1.21.10"
6
-yarn-mappings = "1.21.10+build.2"
7
-fabric-loader = "0.17.3"
+minecraft = "1.21.11"
+yarn-mappings = "1.21.11+build.3"
+fabric-loader = "0.18.2"
8
9
# Loom (https://github.com/FabricMC/fabric-loom)
10
-loom = "1.12-SNAPSHOT"
+loom = "1.14-SNAPSHOT"
11
12
# Meteor (https://github.com/MeteorDevelopment/meteor-client/)
13
-meteor = "1.21.10-SNAPSHOT"
+meteor = "1.21.11-SNAPSHOT"
14
15
# Mods
16
src/main/resources/fabric.mod.json
@@ -30,7 +30,7 @@
30
},
31
"depends": {
32
"java": ">=21",
33
- "minecraft": ["${mc_version}", "1.21.9"],
+ "minecraft": ["${mc_version}"],
34
"meteor-client": "*"
35
}
36
0 commit comments