We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6106c7b commit 64ac2d6Copy full SHA for 64ac2d6
gradle.properties
@@ -14,13 +14,13 @@ archives_base_name=roofify
14
# Fabric Properties
15
# check these on https://fabricmc.net/develop
16
17
-minecraft_version=1.21.1
18
-yarn_mappings=1.21.1+build.3
+minecraft_version=1.21
+yarn_mappings=1.21+build.9
19
loader_version=0.17.3
20
loom_version=1.11-SNAPSHOT
21
22
# Fabric API
23
-fabric_version=0.116.7+1.21.1
+fabric_version=0.102.0+1.21
24
25
# Dependencies
26
yaml_beans_version=1.17
src/main/resources/fabric.mod.json
@@ -20,7 +20,7 @@
"mixins": [],
"depends": {
"fabricloader": ">=0.17.3",
- "minecraft": "~1.21.1",
+ "minecraft": "~1.21",
"java": ">=21",
"fabric-api": "*"
},
0 commit comments