mirror of
https://github.com/TeamMidnightDust/BetterLeavesLite.git
synced 2025-12-17 04:35:08 +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: ${{ inputs.version }}
|
||||||
version-type: release
|
version-type: release
|
||||||
loaders: minecraft
|
loaders: minecraft
|
||||||
|
changelog-file: CHANGELOG.*
|
||||||
|
|
||||||
game-versions: |
|
game-versions: |
|
||||||
>=1.20
|
>=1.20
|
||||||
@@ -52,7 +53,7 @@ jobs:
|
|||||||
- name: Upload programmer art version
|
- name: Upload programmer art version
|
||||||
uses: Kir-Antipov/mc-publish@v3.3
|
uses: Kir-Antipov/mc-publish@v3.3
|
||||||
with:
|
with:
|
||||||
modrinth-id: wip
|
modrinth-id: QXePegVz
|
||||||
modrinth-featured: true
|
modrinth-featured: true
|
||||||
modrinth-unfeature-mode: subset
|
modrinth-unfeature-mode: subset
|
||||||
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
|
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
|
||||||
@@ -66,6 +67,7 @@ jobs:
|
|||||||
version: ${{ inputs.version }}
|
version: ${{ inputs.version }}
|
||||||
version-type: release
|
version-type: release
|
||||||
loaders: minecraft
|
loaders: minecraft
|
||||||
|
changelog-file: CHANGELOG.*
|
||||||
|
|
||||||
game-versions: |
|
game-versions: |
|
||||||
>=1.20
|
>=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