Skip to content

Commit 870e63b

Browse files
committed
1.20.4
1 parent a574121 commit 870e63b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
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.3
8-
yarn_mappings=1.20.3+build.1
7+
minecraft_version=1.20.4
8+
yarn_mappings=1.20.4+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.3
17+
fabric_version=0.91.1+1.20.4

src/main/resources/fabric.mod.json

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

0 commit comments

Comments
 (0)