Compare commits
23
Commits
27ab380d1f
...
1.2.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aecc1a82fd | ||
|
|
00512dd1fb | ||
|
|
d020dd3e01 | ||
|
|
cb67fb4dcc | ||
|
|
f602e188cf | ||
|
|
56d8d27a9e | ||
|
|
b23ea3b62e | ||
|
|
b9fafcb2fa | ||
|
|
a72fcca54b | ||
|
|
d02c72749a | ||
|
|
5a50151d17 | ||
|
|
73b069c8c8 | ||
|
|
d9b0c48a94 | ||
|
|
ade4095669 | ||
|
|
790a932ed7 | ||
|
|
b0b0b2e3e8 | ||
|
|
88fbb08ce9 | ||
|
|
3cd61de523 | ||
|
|
8bc519c3da | ||
|
|
cc5c6490ba | ||
|
|
59ca8f7764 | ||
|
|
3b3337e45a | ||
|
|
cb988cf26e |
@@ -0,0 +1,25 @@
|
||||
name: Optimize resource pack
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '**'
|
||||
jobs:
|
||||
packsquash:
|
||||
name: Optimize resource pack
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0 # A non-shallow repository clone is required
|
||||
- name: Run PackSquash
|
||||
uses: ComunidadAylas/PackSquash-action@v4
|
||||
with:
|
||||
packsquash_version: latest
|
||||
options: |
|
||||
pack_directory = '.'
|
||||
output_file_path = '/tmp/pack.zip'
|
||||
- name: Create release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
files: /tmp/pack.zip
|
||||
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"music_disc.jump_up": {
|
||||
"category": "record",
|
||||
"sounds": [
|
||||
{
|
||||
"name": "records/jump_up",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"music_disc.city_under_siege": {
|
||||
"category": "record",
|
||||
"sounds": [
|
||||
{
|
||||
"name": "records/city_under_siege",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"music_disc.food_mart": {
|
||||
"category": "record",
|
||||
"sounds": [
|
||||
{
|
||||
"name": "records/food_mart",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"music_disc.interior_shop": {
|
||||
"category": "record",
|
||||
"sounds": [
|
||||
{
|
||||
"name": "records/interior_shop",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"music_disc.clothing_shop": {
|
||||
"category": "record",
|
||||
"sounds": [
|
||||
{
|
||||
"name": "records/clothing_shop",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"music_disc.hat_shop": {
|
||||
"category": "record",
|
||||
"sounds": [
|
||||
{
|
||||
"name": "records/hat_shop",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"music_disc.pawn_shop": {
|
||||
"category": "record",
|
||||
"sounds": [
|
||||
{
|
||||
"name": "records/pawn_shop",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 4.6 KiB |
+1
-1
@@ -1 +1 @@
|
||||
{"pack":{"description":"§bFriends CMP 2.0","pack_format":7}}
|
||||
{"pack":{"description":"§7Friends CMP §c§lExtras§f §7Pack","pack_format":7}}
|
||||
Reference in New Issue
Block a user