Skip to content

Commit

Permalink
Update to Minecraft 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
viral32111 committed Jun 12, 2023
1 parent aa9f7ba commit f71d21c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
org.gradle.jvmargs = -Xmx1G

# Mod Properties
mod_version = 0.5.2
mod_version = 0.5.3
maven_group = com.viral32111
archives_base_name = discordrelay

# Fabric Properties - 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.1
loader_version = 0.14.21

# Dependencies
fabric_version = 0.83.0+1.20
fabric_version = 0.83.0+1.20.1
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

"depends": {
"fabricloader": ">=0.14.21",
"fabric-api": ">=0.83.0+1.20",
"minecraft": "~1.20",
"fabric-api": ">=0.83.0+1.20.1",
"minecraft": ">=1.20.1",
"java": ">=17"
},
"suggests": {}
Expand Down

0 comments on commit f71d21c

Please sign in to comment.