Skip to content

Commit a574121

Browse files
committed
1.20.3
1 parent f74f421 commit a574121

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ org.gradle.parallel=true
44

55
# Fabric Properties
66
# check these on https://fabricmc.net/develop
7-
minecraft_version=1.20.2
8-
yarn_mappings=1.20.2+build.4
7+
minecraft_version=1.20.3
8+
yarn_mappings=1.20.3+build.1
99
loader_version=0.15.0
1010

1111
# Mod Properties
@@ -14,4 +14,4 @@ maven_group=com.example
1414
archives_base_name=modid
1515

1616
# Dependencies
17-
fabric_version=0.91.1+1.20.2
17+
fabric_version=0.91.1+1.20.3

src/main/resources/fabric.mod.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
],
3232
"depends": {
3333
"fabricloader": ">=0.15.0",
34-
"minecraft": "~1.20.2",
34+
"minecraft": "~1.20.3",
3535
"java": ">=17",
3636
"fabric-api": "*"
3737
},

0 commit comments

Comments
 (0)