Skip to content

Commit

Permalink
chore: bump Minecraft version to 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sarunint committed Aug 22, 2024
1 parent ed3cebd commit 504eea1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop/
minecraft_version=1.21
yarn_mappings=1.21+build.9
loader_version=0.15.11
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.16.2

loom_version=1.7-SNAPSHOT

Expand All @@ -17,7 +17,7 @@ org.gradle.parallel=true
loader=fabric

# Dependencies
fabric_version=0.100.7+1.21
cloth_config_version=15.0.127
fabric_version=0.102.1+1.21.1
cloth_config_version=15.0.130
mod_menu_version=11.0.1
pircbotx_version=c47a15b624
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
],

"depends": {
"minecraft": "1.21",
"fabricloader": ">=0.15.11",
"minecraft": "1.21.1",
"fabricloader": ">=0.16.2",
"fabric": "*",
"modmenu": "*",
"java": ">=21"
Expand Down

0 comments on commit 504eea1

Please sign in to comment.