Skip to content

Commit

Permalink
Update to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
DrexHD committed Jun 13, 2024
1 parent f0e4128 commit 09785c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
org.gradle.jvmargs=-Xmx4G
# Fabric Properties
# check these on https://fabricmc.net/develop/
minecraft_version=24w21b
minecraft_version=1.21
loader_version=0.15.11
# Mod Properties
mod_version=0.2.3
maven_group=me.drex
archives_base_name=vanilla-permissions
# Dependencies
fabric_version=0.99.0+1.21
fabric_version=0.100.1+1.21
fabric_permissions_version=0.3.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 @@ -38,7 +38,7 @@
"depends": {
"fabricloader": ">=0.15.10",
"fabric-permissions-api-v0": "*",
"minecraft": ">=1.20.5-rc.3"
"minecraft": ">=1.21"
},
"suggests": {
"luckperms": "*"
Expand Down

0 comments on commit 09785c2

Please sign in to comment.