Skip to content

Commit

Permalink
1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Dec 7, 2023
1 parent a574121 commit 870e63b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.3
yarn_mappings=1.20.3+build.1
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.1
loader_version=0.15.0

# Mod Properties
Expand All @@ -14,4 +14,4 @@ maven_group=com.example
archives_base_name=modid

# Dependencies
fabric_version=0.91.1+1.20.3
fabric_version=0.91.1+1.20.4
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],
"depends": {
"fabricloader": ">=0.15.0",
"minecraft": "~1.20.3",
"minecraft": "~1.20.4",
"java": ">=17",
"fabric-api": "*"
},
Expand Down

0 comments on commit 870e63b

Please sign in to comment.