2 Commits

Author SHA1 Message Date
1c77e172aa Remove unnecessary files from commit in version update process
All checks were successful
Texture Pack Packaging and Release / package-and-release (push) Successful in 19s
2025-06-23 01:27:40 +02:00
85e69a5215 Update to version 1.1.8 [skip ci] 2025-06-22 23:26:47 +00:00
4 changed files with 18 additions and 6 deletions

View File

@ -92,7 +92,7 @@ jobs:
- name: Commit updates - name: Commit updates
run: | run: |
git pull origin main git pull origin main
git add versions.txt pack/pack.mcmeta MineDivinity-Pack.zip MineDivinity-Pack.sha1.txt git add versions.txt pack/pack.mcmeta MineDivinity-Pack.zip
git commit -m "Update to version ${{ env.VERSION }} [skip ci]" git commit -m "Update to version ${{ env.VERSION }} [skip ci]"
git push origin main git push origin main

BIN
MineDivinity-Pack.zip Normal file

Binary file not shown.

View File

@ -1,6 +1,17 @@
{ {
"pack": { "pack": {
"pack_format": 71, "pack_format": 71,
"description": {"text": "MineDivinity Pack", "bold": true, "color": "#FF5555"} "description": [
{
"text": "MineDivinity Pack ",
"bold": true,
"color": "#FF5555"
},
{
"text": "v1.1.8",
"bold": true,
"color": "#FFAA00"
}
]
} }
} }

View File

@ -15,3 +15,4 @@ New version: 1.1.4
New version: 1.1.5 New version: 1.1.5
New version: 1.1.6 New version: 1.1.6
New version: 1.1.7 New version: 1.1.7
New version: 1.1.8