16 Commits

Author SHA1 Message Date
53ea4f84a6 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 12:49:50 +02:00
d629b25bfe Update README.md to include GUI icons and rank descriptions 2025-06-22 12:49:48 +02:00
8574d541ec Update to version 1.0.5 [skip ci] 2025-06-22 10:48:59 +00:00
bfa80d8868 Add additional bitmap font textures for ranks: admin, helper, tulaj, admin+, manager, developer, and staff
All checks were successful
Texture Pack Packaging and Release / package-and-release (push) Successful in 9s
2025-06-22 12:48:11 +02:00
e2442ff7f2 Merge branch 'main' of https://git.devbeni.lol/MineDivinity/pack 2025-06-22 12:44:04 +02:00
5dcd07c52d Add new bitmap font textures for lobby, skypvp, and skyblock; include rank images for admin, developer, helper, manager, staff, and tulaj 2025-06-22 12:44:02 +02:00
fd76d3dfb1 Update to version 1.0.4 [skip ci] 2025-06-22 01:25:51 +00:00
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
15 changed files with 122 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,2 +1,27 @@
# resource-pack
## Ikonok és Rangok
Ez a resource pack egyedi karaktereket ad a játékhoz a [pack/assets/minecraft/font/default.json](pack/assets/minecraft/font/default.json) fájl segítségével.
### GUI Ikonok
| Fájl | Karakter | Leírás |
| --- | --- | --- |
| `gui/auth.png` | `` | Auth GUI ikon |
| `gui/lobby.png` | `` | Lobby GUI ikon |
| `gui/skypvp.png` | `` | SkyPvP GUI ikon |
| `gui/skyblock.png` | `` | SkyBlock GUI ikon |
### Rangok
| Fájl | Karakter | Leírás |
| --- | --- | --- |
| `ranks/admin.png` | `` | Admin rang |
| `ranks/admin+.png` | `` | Admin+ rang |
| `ranks/developer.png` | `` | Developer rang |
| `ranks/helper.png` | `` | Helper rang |
| `ranks/manager.png` | `` | Manager rang |
| `ranks/staff.png` | `` | Staff rang |
| `ranks/tulaj.png` | `` | Tulajdonos rang |

View File

@ -8,6 +8,96 @@
"chars": [
""
]
},
{
"type": "bitmap",
"file": "minecraft:gui/lobby.png",
"ascent": 16,
"height": 16,
"chars": [
""
]
},
{
"type": "bitmap",
"file": "minecraft:gui/skypvp.png",
"ascent": 16,
"height": 16,
"chars": [
""
]
},
{
"type": "bitmap",
"file": "minecraft:gui/skyblock.png",
"ascent": 16,
"height": 16,
"chars": [
""
]
},
{
"type": "bitmap",
"file": "minecraft:ranks/admin.png",
"ascent": 8,
"height": 8,
"chars": [
""
]
},
{
"type": "bitmap",
"file": "minecraft:ranks/helper.png",
"ascent": 8,
"height": 8,
"chars": [
""
]
},
{
"type": "bitmap",
"file": "minecraft:ranks/tulaj.png",
"ascent": 8,
"height": 8,
"chars": [
""
]
},
{
"type": "bitmap",
"file": "minecraft:ranks/admin+.png",
"ascent": 8,
"height": 8,
"chars": [
""
]
},
{
"type": "bitmap",
"file": "minecraft:ranks/manager.png",
"ascent": 8,
"height": 8,
"chars": [
""
]
},
{
"type": "bitmap",
"file": "minecraft:ranks/developer.png",
"ascent": 8,
"height": 8,
"chars": [
""
]
},
{
"type": "bitmap",
"file": "minecraft:ranks/staff.png",
"ascent": 8,
"height": 8,
"chars": [
""
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 B

View File

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

View File

@ -1 +1,5 @@
1.0.0New version: 1.0.1
New version: 1.0.2
New version: 1.0.3
New version: 1.0.4
New version: 1.0.5