mirror of
https://github.com/TeamMidnightDust/BetterLeavesLite.git
synced 2025-12-13 11:15:09 +01:00
release(9.3): add changelog
- Also specify programmer art edition Modrinth project id
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -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
|
||||
|
||||
11
CHANGELOG.md
Normal file
11
CHANGELOG.md
Normal file
@@ -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 <zip-url|modrinth-slug>` argument to download resourcepack zips or automatically grab the latest Modrinth release of a pack
|
||||
Reference in New Issue
Block a user