Skip to content

Commit

Permalink
chore: bump dependencies to 1.21.1 and mod version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CamperSamu committed Sep 12, 2024
1 parent c942d86 commit d4aa513
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
org.gradle.jvmargs=-Xmx2G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20.5
yarn_mappings=1.20.5+build.1
loader_version=0.15.10
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.16.5
# Mod Properties
mod_version=0.3
mod_version=0.4
maven_group=com.campersamu
archives_base_name=chatheads
# Dependencies
# check this on https://modmuss50.me/fabric.html
papi_version=2.4.0-pre.1+1.20.5
polymer_version=0.8.0-beta.6+1.20.5
papi_version=2.4.1+1.21
polymer_version=0.9.14+1.21.1
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"chatheads.mixins.json"
],
"depends": {
"fabricloader": ">=0.15.10",
"minecraft": "1.20.x"
"fabricloader": ">=0.16.0",
"minecraft": "1.21.x"
},
"suggests": {
"polymer": "*",
Expand Down

0 comments on commit d4aa513

Please sign in to comment.