From 15cae3502fdd6e635652d6c1cdef6e2fcd4520f4 Mon Sep 17 00:00:00 2001 From: Martin Prokoph Date: Sun, 27 Jul 2025 17:36:49 +0200 Subject: [PATCH] release(9.3): add changelog - Also specify programmer art edition Modrinth project id --- .github/workflows/publish.yml | 4 +++- CHANGELOG.md | 11 +++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bf43a8b..98161db 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,6 +43,7 @@ jobs: version: ${{ inputs.version }} version-type: release loaders: minecraft + changelog-file: CHANGELOG.* game-versions: | >=1.20 @@ -52,7 +53,7 @@ jobs: - name: Upload programmer art version uses: Kir-Antipov/mc-publish@v3.3 with: - modrinth-id: wip + modrinth-id: QXePegVz modrinth-featured: true modrinth-unfeature-mode: subset modrinth-token: ${{ secrets.MODRINTH_TOKEN }} @@ -66,6 +67,7 @@ jobs: version: ${{ inputs.version }} version-type: release loaders: minecraft + changelog-file: CHANGELOG.* game-versions: | >=1.20 diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d108688 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +- Added compatibility for: + - Chipped + - Eternal Starlight + - BetterEnd (Cave Bush Leaves & Lucernia Leaves) + - Enderscape +- Improved model variety +- Allow leaves to have different top and bottom textures + +- Build-Process: + - Refactored the Python script into multiple files, improving code readability and maintainability + - Use the `-d ` argument to download resourcepack zips or automatically grab the latest Modrinth release of a pack