10 Commits

Author SHA1 Message Date
d898ea8fa1 Merge branch 'main' of https://git.devbeni.lol/MineDivinity/pack
All checks were successful
Texture Pack Packaging and Release / package-and-release (push) Successful in 9s
2025-06-22 03:25:42 +02:00
21a037edf3 Downgrade pack_format to 9 in pack.mcmeta 2025-06-22 03:25:04 +02:00
e9f32a5581 Update pack_format to 12 in pack.mcmeta 2025-06-22 03:19:16 +02:00
83dd411981 Update to version 1.0.3 [skip ci] 2025-06-22 01:17:38 +00:00
2fb1279e9b Merge branch 'main' of https://git.devbeni.lol/MineDivinity/pack
All checks were successful
Texture Pack Packaging and Release / package-and-release (push) Successful in 9s
2025-06-22 03:17:29 +02:00
3620413395 Downgrade pack_format to 10 in pack.mcmeta 2025-06-22 03:17:28 +02:00
5aea076e97 Update to version 1.0.2 [skip ci] 2025-06-22 01:12:48 +00:00
9f6f374959 Merge branch 'main' of https://git.devbeni.lol/MineDivinity/pack
All checks were successful
Texture Pack Packaging and Release / package-and-release (push) Successful in 9s
2025-06-22 03:12:40 +02:00
af6cd31b4a Refactor texture pack packaging to simplify ZIP creation and update release notes 2025-06-22 03:12:38 +02:00
4bafdf9abf Update to version 1.0.1 [skip ci] 2025-06-22 01:10:35 +00:00
3 changed files with 6 additions and 14 deletions

View File

@ -55,14 +55,8 @@ jobs:
- name: Package texture pack - name: Package texture pack
run: | run: |
# Create proper Minecraft pack structure # Create ZIP with pack directory contents at root level
mkdir -p temp/pack cd pack && zip -r ../MineDivinity-Pack.zip *
cp pack/pack.mcmeta temp/pack/
cp pack/pack.png temp/pack/
cp -r pack/assets/ temp/pack/
# Create ZIP with correct structure
cd temp && zip -r ../MineDivinity-Pack.zip pack/
cd .. cd ..
# Generate SHA1 checksum # Generate SHA1 checksum
@ -107,10 +101,6 @@ jobs:
body: | body: |
Minecraft Texture Pack Release Minecraft Texture Pack Release
Version: ${{ env.VERSION }} Version: ${{ env.VERSION }}
Includes:
- Properly structured texture pack
- SHA1 checksum for verification
draft: false draft: false
prerelease: false prerelease: false

View File

@ -1,6 +1,6 @@
{ {
"pack": { "pack": {
"pack_format": 15, "pack_format": 9,
"description": [ "description": [
{"text": "MineDivinity Pack", "bold": true, "color": "#FF5555"} {"text": "MineDivinity Pack", "bold": true, "color": "#FF5555"}
] ]

View File

@ -1 +1,3 @@
1.0.0 1.0.0New version: 1.0.1
New version: 1.0.2
New version: 1.0.3