Skip to content

Commit

Permalink
Updated gradle.properties and fabric.mod.json for version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmehdiyev committed Dec 7, 2024
1 parent 4cf7a9e commit 689d02d
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.3
loader_version=0.16.9

# Mod Properties
Expand All @@ -14,4 +14,4 @@ maven_group=net.rafael.usefulcactus
archives_base_name=rafaels-useful-cactus

# Dependencies
fabric_version=0.102.0+1.21
fabric_version=0.110.0+1.21.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 @@ -30,7 +30,7 @@
],
"depends": {
"fabricloader": ">=0.16.9",
"minecraft": "~1.21",
"minecraft": "~1.21.1",
"java": ">=21",
"fabric-api": "*"
}
Expand Down

0 comments on commit 689d02d

Please sign in to comment.