Skip to content

Commit

Permalink
Update mappings & mod to 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ginsm committed Jun 16, 2023
1 parent bd59d47 commit fd5dbaa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.20
JAVA_VERSION: 17
VERSION: 1.20-3.1.0
RELEASE_NAME: Forgotten Graves 1.20-3.1.0
VERSION: 1.20.1-3.1.0
RELEASE_NAME: Forgotten Graves 1.20.1-3.1.0
MODRINTH_TOKEN: ${{ secrets.PUBLISH_MODRINTH_TOKEN }}
CURSEFORGE_TOKEN: ${{ secrets.PUBLISH_CURSEFORGE_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 1.20-3.1.0
## 1.20.1-3.1.0

**Updated**

- Forgotten Graves has been updated to 1.20 (v3.1.0).
- Forgotten Graves has been updated to 1.20.1 (v3.1.0).
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
org.gradle.jvmargs=-Xmx1G

# Fabric Properties
minecraft_version=1.20
yarn_mappings=1.20+build.1
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.2
loader_version=0.14.21
fabric_version=0.83.0+1.20
fabric_version=0.83.1+1.20.1

# Mod Properties
mod_version=1.20-3.1.0
mod_version=1.20.1-3.1.0
maven_group=me.mgin
archives_base_name=forgottengraves

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 @@ -34,7 +34,7 @@
"depends": {
"fabricloader": ">=0.14.0",
"fabric": ">=0.83.0+1.20",
"minecraft": "1.20.0",
"minecraft": "1.20.1",
"cloth-config": ">=11.0.99"
},

Expand Down

0 comments on commit fd5dbaa

Please sign in to comment.