We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74f421 commit a574121Copy full SHA for a574121
gradle.properties
@@ -4,8 +4,8 @@ org.gradle.parallel=true
4
5
# Fabric Properties
6
# check these on https://fabricmc.net/develop
7
-minecraft_version=1.20.2
8
-yarn_mappings=1.20.2+build.4
+minecraft_version=1.20.3
+yarn_mappings=1.20.3+build.1
9
loader_version=0.15.0
10
11
# Mod Properties
@@ -14,4 +14,4 @@ maven_group=com.example
14
archives_base_name=modid
15
16
# Dependencies
17
-fabric_version=0.91.1+1.20.2
+fabric_version=0.91.1+1.20.3
src/main/resources/fabric.mod.json
@@ -31,7 +31,7 @@
31
],
32
"depends": {
33
"fabricloader": ">=0.15.0",
34
- "minecraft": "~1.20.2",
+ "minecraft": "~1.20.3",
35
"java": ">=17",
36
"fabric-api": "*"
37
},
0 commit comments