An open API service indexing awesome lists of open source software.

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

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

```