Compare commits
32 Commits
Author | SHA1 | Date | |
---|---|---|---|
714dc2e604 | |||
![]() |
a273bcedc2 | ||
06ac469f2e | |||
5b8c8d57e2 | |||
![]() |
de761b713e | ||
3adab12808 | |||
![]() |
567d624f32 | ||
c224f614ad | |||
![]() |
21c48a6486 | ||
917753f7d1 | |||
909c0436cf | |||
9714851005 | |||
![]() |
d3600f7200 | ||
985036e1e7 | |||
397a2fd54d | |||
![]() |
b40cc92331 | ||
9656556f83 | |||
![]() |
3afe17a9db | ||
2d70e0bd05 | |||
![]() |
244402e39c | ||
d22f9c67c4 | |||
![]() |
32caef2d8f | ||
1c77e172aa | |||
![]() |
85e69a5215 | ||
e95c3b26cf | |||
![]() |
268c5997f0 | ||
9d7cc920a9 | |||
44a64b5b7d | |||
![]() |
0fefe5958f | ||
68103779fd | |||
b39e0bf064 | |||
![]() |
337368bd1d |
@@ -53,6 +53,12 @@ jobs:
|
||||
echo "New version: $NEW_VERSION" >> versions.txt
|
||||
echo "New version calculated: $NEW_VERSION"
|
||||
|
||||
- name: Update pack.mcmeta
|
||||
run: |
|
||||
sudo apt-get update && sudo apt-get install -y jq
|
||||
jq --arg version "v${{ env.VERSION }}" '.pack.description = [{"text": "MineDivinity Pack ", "bold": true, "color": "#FF5555"}, {"text": $version, "bold": true, "color": "#FFAA00"}]' pack/pack.mcmeta > pack/pack.mcmeta.tmp && mv pack/pack.mcmeta.tmp pack/pack.mcmeta
|
||||
echo "pack.mcmeta updated with version v${{ env.VERSION }}"
|
||||
|
||||
- name: Package texture pack
|
||||
run: |
|
||||
# Create ZIP with pack directory contents at root level
|
||||
@@ -83,10 +89,10 @@ jobs:
|
||||
git tag -a v${{ env.VERSION }} -m "Release v${{ env.VERSION }}"
|
||||
git push origin v${{ env.VERSION }}
|
||||
|
||||
- name: Commit version update
|
||||
- name: Commit updates
|
||||
run: |
|
||||
git pull origin main
|
||||
git add versions.txt
|
||||
git add versions.txt pack/pack.mcmeta MineDivinity-Pack.zip
|
||||
git commit -m "Update to version ${{ env.VERSION }} [skip ci]"
|
||||
git push origin main
|
||||
|
||||
|
BIN
MineDivinity-Pack.zip
Normal file
@@ -11,7 +11,7 @@
|
||||
},
|
||||
{
|
||||
"type": "bitmap",
|
||||
"file": "minecraft:ranks/admin+.png",
|
||||
"file": "minecraft:ranks/adminplus.png",
|
||||
"ascent": 8,
|
||||
"height": 8,
|
||||
"chars": [
|
||||
@@ -47,7 +47,7 @@
|
||||
},
|
||||
{
|
||||
"type": "bitmap",
|
||||
"file": "minecraft:ranks/staff.png",
|
||||
"file": "minecraft:ranks/tulaj.png",
|
||||
"ascent": 8,
|
||||
"height": 8,
|
||||
"chars": [
|
||||
@@ -56,47 +56,38 @@
|
||||
},
|
||||
{
|
||||
"type": "bitmap",
|
||||
"file": "minecraft:ranks/tulaj.png",
|
||||
"ascent": 8,
|
||||
"height": 8,
|
||||
"file": "minecraft:gui/auth.png",
|
||||
"ascent": 10,
|
||||
"height": 11,
|
||||
"chars": [
|
||||
""
|
||||
"\uE007"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bitmap",
|
||||
"file": "minecraft:ranks/auth.png",
|
||||
"ascent": 8,
|
||||
"height": 8,
|
||||
"file": "minecraft:gui/lobby.png",
|
||||
"ascent": 10,
|
||||
"height": 11,
|
||||
"chars": [
|
||||
""
|
||||
"\uE008"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bitmap",
|
||||
"file": "minecraft:ranks/lobby.png",
|
||||
"ascent": 8,
|
||||
"height": 8,
|
||||
"file": "minecraft:gui/skyblock.png",
|
||||
"ascent": 10,
|
||||
"height": 11,
|
||||
"chars": [
|
||||
""
|
||||
"\uE009"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bitmap",
|
||||
"file": "minecraft:ranks/skyblock.png",
|
||||
"ascent": 8,
|
||||
"height": 8,
|
||||
"file": "minecraft:gui/skypvp.png",
|
||||
"ascent": 10,
|
||||
"height": 11,
|
||||
"chars": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bitmap",
|
||||
"file": "minecraft:ranks/skypvp.png",
|
||||
"ascent": 8,
|
||||
"height": 8,
|
||||
"chars": [
|
||||
""
|
||||
"\uE00A"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 350 B |
Before Width: | Height: | Size: 354 B After Width: | Height: | Size: 354 B |
Before Width: | Height: | Size: 437 B After Width: | Height: | Size: 437 B |
Before Width: | Height: | Size: 401 B After Width: | Height: | Size: 401 B |
Before Width: | Height: | Size: 194 B |
Before Width: | Height: | Size: 190 B After Width: | Height: | Size: 367 B |
BIN
pack/assets/minecraft/textures/ranks/adminplus.png
Normal file
After Width: | Height: | Size: 219 B |
Before Width: | Height: | Size: 236 B After Width: | Height: | Size: 470 B |
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 349 B |
Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 420 B |
Before Width: | Height: | Size: 193 B |
@@ -1,8 +1,17 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 9,
|
||||
"description": [
|
||||
{"text": "MineDivinity Pack", "bold": true, "color": "#FF5555"}
|
||||
]
|
||||
}
|
||||
}
|
||||
"pack": {
|
||||
"pack_format": 71,
|
||||
"description": [
|
||||
{
|
||||
"text": "MineDivinity Pack ",
|
||||
"bold": true,
|
||||
"color": "#FF5555"
|
||||
},
|
||||
{
|
||||
"text": "v1.2.7",
|
||||
"bold": true,
|
||||
"color": "#FFAA00"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
13
versions.txt
@@ -12,3 +12,16 @@ New version: 1.1.1
|
||||
New version: 1.1.2
|
||||
New version: 1.1.3
|
||||
New version: 1.1.4
|
||||
New version: 1.1.5
|
||||
New version: 1.1.6
|
||||
New version: 1.1.7
|
||||
New version: 1.1.8
|
||||
New version: 1.1.9
|
||||
New version: 1.2.0
|
||||
New version: 1.2.1
|
||||
New version: 1.2.2
|
||||
New version: 1.2.3
|
||||
New version: 1.2.4
|
||||
New version: 1.2.5
|
||||
New version: 1.2.6
|
||||
New version: 1.2.7
|
||||
|