Skip to content

Commit

Permalink
Update cloth config version
Browse files Browse the repository at this point in the history
  • Loading branch information
ginsm committed Oct 23, 2023
1 parent d958f89 commit 5cc76de
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on: [ workflow_dispatch ]
env:
MINECRAFT_VERSION: 1.19
JAVA_VERSION: 17
VERSION: 1.19-3.2.1
RELEASE_NAME: Forgotten Graves 1.19-3.2.1
VERSION: 1.19-3.2.2
RELEASE_NAME: Forgotten Graves 1.19-3.2.2
MODRINTH_TOKEN: ${{ secrets.PUBLISH_MODRINTH_TOKEN }}
CURSEFORGE_TOKEN: ${{ secrets.PUBLISH_CURSEFORGE_TOKEN }}

Expand Down
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
## 1.19-3.2.1
## 1.19-3.2.2

**Added**
- `3.2.0` has been ported to `1.19`. You can read about `3.2.0` and its features [here](https://modrinth.com/mod/forgotten-graves/version/1.20.1-3.2.0)
- Added language support for Spanish and Russian (please feel free to correct any mistakes).

Thanks a bunch, mpustovoi, for the Russian translation! :)
## Updated
- The cloth config version has been updated to the latest (v8.3.103).
- The accepted cloth config version is now 8.3.103 or greater (previously was only 8.2.88).
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ minecraft_version=1.19
yarn_mappings=1.19+build.4
loader_version=0.14.22
# Mod Properties
mod_version=1.19-3.2.1
mod_version=1.19-3.2.2
maven_group=me.mgin
archives_base_name=forgottengraves
# Dependencies
fabric_version=0.58.0+1.19
cloth_config_version=8.2.88
cloth_config_version=8.3.103
# Optional Dependencies
mod_menu_version=4.0.4
trinkets_version=3.4.1
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"fabricloader": ">=0.14.0",
"fabric": ">=0.58.0+1.19",
"minecraft": "1.19",
"cloth-config": "8.2.88"
"cloth-config": ">=8.3.103"
},

"recommends": {
Expand Down

0 comments on commit 5cc76de

Please sign in to comment.