We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d046d72 commit b554e54Copy full SHA for b554e54
.github/workflows/publish.yml
@@ -4,8 +4,8 @@ on: [ workflow_dispatch ]
4
5
env:
6
JAVA_VERSION: 17
7
- VERSION: 1.20.1-3.2.5
8
- RELEASE_NAME: Forgotten Graves 1.20.1-3.2.5
+ VERSION: 1.20.2-3.2.5
+ RELEASE_NAME: Forgotten Graves 1.20.2-3.2.5
9
MODRINTH_TOKEN: ${{ secrets.PUBLISH_MODRINTH_TOKEN }}
10
CURSEFORGE_TOKEN: ${{ secrets.PUBLISH_CURSEFORGE_TOKEN }}
11
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 1.20.1-3.2.5
+## 1.20.2-3.2.5
2
3
-### Fixed
-- Fixed a bug where some blocks were still being replaced (when better spawning areas were present).
+### Added
+- Ported mod to 1.20.2. No new changes (still v3.2.5 for mod).
0 commit comments