Compare commits
10 Commits
Author | SHA1 | Date | |
---|---|---|---|
d898ea8fa1 | |||
21a037edf3 | |||
e9f32a5581 | |||
83dd411981 | |||
2fb1279e9b | |||
3620413395 | |||
5aea076e97 | |||
9f6f374959 | |||
af6cd31b4a | |||
4bafdf9abf |
@ -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
|
||||||
|
|
||||||
|
@ -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"}
|
||||||
]
|
]
|
||||||
|
@ -1 +1,3 @@
|
|||||||
1.0.0
|
1.0.0New version: 1.0.1
|
||||||
|
New version: 1.0.2
|
||||||
|
New version: 1.0.3
|
||||||
|
Reference in New Issue
Block a user