Friends-CMP-2.0/.github/packsquash.yml
Chloe d896b483fa Add new music discs and models for various shops; remove obsolete files
- Introduced new music discs: "City Under Siege", "Clothing Shop", "Food Mart", "Hat Shop", "Interior Shop", "Pawn Shop", and "Jump Up" with corresponding models and textures.
- Updated sounds.json to include new music disc entries.
- Created new JSON files for music disc models and their textures.
- Removed outdated models and textures for cobblestone, emerald, and stick.
- Deleted unnecessary blockbench textures and environment textures.
- Updated pack metadata to reflect new pack format and supported versions.
2025-08-21 01:02:29 -04:00

26 lines
654 B
YAML

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