Skip to content

Commit

Permalink
Update to 1.20.1 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
muriplz authored Mar 15, 2024
1 parent 412ac47 commit 32fe93d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/develop/
minecraft_version=1.19.2
yarn_mappings=1.19.2+build.3
loader_version=0.14.9
# check these on https://fabricmc.net/develop/
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.15.1

# Mod Properties
mod_version = 1.6.2
maven_group = com.github.tjeukayim
archives_base_name = minecraft-command-permissions
mod_version = 1.6.3
maven_group = com.github.tjeukayim
archives_base_name = minecraft-command-permissions

# Dependencies
fabric_version=0.59.0+1.19.2
fabric_version=0.91.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 @@ -25,9 +25,9 @@
],

"depends": {
"fabricloader": ">=0.12.8",
"fabricloader": "*",
"fabric-command-api-v2": "*",
"minecraft": "1.19.x",
"minecraft": "1.20.x",
"fabric-permissions-api-v0": "*",
"java": ">=17"
},
Expand Down

0 comments on commit 32fe93d

Please sign in to comment.