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 f2caefc commit 2d36ac1Copy full SHA for 2d36ac1
gradle.properties
@@ -1,10 +1,10 @@
1
# Done to increase the memory available to gradle.
2
org.gradle.jvmargs=-Xmx1G
3
4
-minecraft_version=1.21-pre4
5
-quilt_mappings=1
+minecraft_version=1.21-rc1
+quilt_mappings=2
6
loader_version=0.15.11
7
-fabric_version=0.100.0+1.21
+fabric_version=0.100.1+1.21
8
modmenu_version=11.0.0-beta.1
9
10
mod_version = 1.0.4+mc1.21
src/main/resources/fabric.mod.json
@@ -28,7 +28,7 @@
28
],
29
30
"depends": {
31
- "fabricloader": ">=0.15.6",
+ "fabricloader": ">=0.15.11",
32
"minecraft": ">=1.21-"
33
},
34
0 commit comments