We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b9167 commit eed8171Copy full SHA for eed8171
gradle.properties
@@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G
3
4
# Fabric Properties
5
# check these on https://fabricmc.net/develop
6
- minecraft_version=1.21.2
7
- yarn_mappings=1.21.2+build.1
+ minecraft_version=1.21.5
+ yarn_mappings=1.21.5+build.1
8
loader_version=0.16.10
9
10
# Mod Properties
src/main/resources/fabric.mod.json
@@ -22,6 +22,6 @@
22
23
"depends": {
24
"fabricloader": ">=0.11.3",
25
- "minecraft": ">=1.21.2<=1.21.4"
+ "minecraft": ">=1.21.2"
26
}
27
0 commit comments