3 Commits

Author SHA1 Message Date
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
2 changed files with 3 additions and 13 deletions

View File

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

View File

@ -1 +1 @@
1.0.0
1.0.0New version: 1.0.1