We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65eff84 commit 6bc738fCopy full SHA for 6bc738f
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.5
18
-yarn_mappings=1.21.5+build.1
+minecraft_version=1.21.4
+yarn_mappings=1.21.4+build.8
19
loader_version=0.17.3
20
loom_version=1.11-SNAPSHOT
21
22
# Fabric API
23
-fabric_version=0.128.2+1.21.5
+fabric_version=0.119.4+1.21.4
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.5",
+ "minecraft": "~1.21.4",
"java": ">=21",
"fabric-api": "*"
},
0 commit comments