We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde7386 commit 038b775Copy full SHA for 038b775
2 files changed
gradle.properties
@@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G
3
4
# Fabric Properties
5
# check these on https://fabricmc.net/develop
6
-minecraft_version=1.19
7
-yarn_mappings=1.19+build.2
8
-loader_version=0.14.7
+minecraft_version=1.19.2
+yarn_mappings=1.19.2+build.1
+loader_version=0.14.9
9
10
# Mod Properties
11
mod_version=1.3.1
src/main/resources/fabric.mod.json
@@ -28,7 +28,7 @@
28
],
29
"depends": {
30
"fabricloader": ">=0.13.3",
31
- "minecraft": "1.19",
+ "minecraft": "1.19.2",
32
"java": ">=17"
33
}
34
0 commit comments