Skip to content

Commit

Permalink
Updated 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ppulci committed Jul 16, 2023
1 parent 9e7efa7 commit 5abad0e
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
yarn_mappings=1.20+build.1
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.9
loader_version=0.14.21

# Mod Properties
Expand All @@ -14,4 +14,4 @@ maven_group=com.syco
archives_base_name=deepslatetweaks-fabric

# Dependencies
fabric_version=0.83.0+1.20
fabric_version=0.85.0+1.20.1
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"depends": {
"fabricloader": ">=0.14.6",
"fabric": "*",
"minecraft": "~1.20",
"minecraft": "~1.20.1",
"java": ">=17"
},
"suggests": {
Expand Down

0 comments on commit 5abad0e

Please sign in to comment.