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