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 63665c2 commit 79f7823Copy full SHA for 79f7823
gradle.properties
@@ -3,13 +3,13 @@ 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.3
+yarn_mappings=1.21.3+build.2
8
loader_version=0.16.14
9
loom_version=1.10-SNAPSHOT
10
11
# Fabric API
12
-fabric_version=0.106.1+1.21.2
+fabric_version=0.114.0+1.21.3
13
14
# Mod Properties
15
mod_version=2.0.1
src/main/resources/fabric.mod.json
@@ -26,6 +26,6 @@
26
"bluemap": ">=${bluemap_version}",
27
"fabricloader": ">=${loader_version}",
28
"fabric": "*",
29
- "minecraft": ">=${minecraft_version}"
+ "minecraft": "${minecraft_version}"
30
}
31
0 commit comments