https://github.com/brainstone/mcpackpacker
Scripts to compress and pack Minecraft datapacks and resource packs
https://github.com/brainstone/mcpackpacker
Last synced: 4 months ago
JSON representation
Scripts to compress and pack Minecraft datapacks and resource packs
- Host: GitHub
- URL: https://github.com/brainstone/mcpackpacker
- Owner: BrainStone
- License: mit
- Created: 2024-10-17T09:40:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-17T17:30:10.000Z (over 1 year ago)
- Last Synced: 2024-10-19T13:10:41.059Z (over 1 year ago)
- Language: Shell
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MCPackPacker
Scripts to compress and pack Minecraft datapacks and resource packs.
## Example Usage
```yaml
include:
- project: 'BrainStone/MCPackPacker'
ref: compiled/v1
file: 'pack_packer.yml'
create_resource_pack:
stage: build
extends:
- .pack_pack
variables:
folder: resources
output: Dummy.resources.zip
```