Skip to content

Commit

Permalink
bump the minecraft version
Browse files Browse the repository at this point in the history
  • Loading branch information
BarchamMal committed Sep 4, 2024
1 parent 27f3d83 commit 664c8e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ org.gradle.parallel=true

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

# Mod Properties
Expand All @@ -14,5 +14,5 @@ maven_group=barch.mc_extended
archives_base_name=mc-extended

# Dependencies
fabric_version=0.100.7+1.21
fabric_version=0.100.7+1.21.1
barch_version=5565253
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"depends": {
"fabricloader": ">=0.15.11",
"minecraft": "~1.21",
"minecraft": "~1.21.1",
"java": ">=21",
"fabric-api": "*",
"barch-lib": "*"
Expand Down

0 comments on commit 664c8e1

Please sign in to comment.