Skip to content

Commit

Permalink
Update to Minecraft 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cadenkriese committed Aug 12, 2024
1 parent 602182b commit 6c93015
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
org.gradle.jvmargs=-Xmx2G
# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=1.21
parchment_mappings=1.20.6:2024.06.16
minecraft_version=1.21.1
parchment_mappings=1.21:2024.07.28
loader_version=0.15.11
# Mod Properties
mod_version=1.0.13
mod_version=1.0.14
maven_group=org.peaksmp
archives_base_name=tweaks
# Dependencies
fabric_version=0.100.3+1.21
adventure_fabric_version=5.14.0
fabric_version=0.102.1+1.21.1
adventure_fabric_version=5.14.1
permissions_api_version=0.1-SNAPSHOT
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"depends": {
"fabricloader": ">=0.15.11",
"fabric": "*",
"minecraft": "1.21"
"minecraft": "1.21.1"
}
}

0 comments on commit 6c93015

Please sign in to comment.