Skip to content

Commit

Permalink
Update to Minecraft 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 29, 2024
1 parent 40c2230 commit 4b536fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ java_version=21

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.1
loader_version=0.16.0
minecraft_version=1.21.3
yarn_mappings=1.21.3+build.2
loader_version=0.16.9

# Mod Properties
# Note: this version number is updated during release
Expand All @@ -17,4 +17,4 @@ maven_group=co.secretonline.clientsidepaintingvariants
archives_base_name=client-side-painting-variants

# Dependencies
fabric_version=0.102.0+1.21.1
fabric_version=0.110.0+1.21.3
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"fabric-api": "*"
},
"recommends": {
"fabricloader": ">=0.16.0",
"minecraft": "1.21.1"
"fabricloader": ">=0.16.9",
"minecraft": "1.21.3"
},
"custom": {
"mc-publish": {
Expand Down

0 comments on commit 4b536fe

Please sign in to comment.