mc-repack-core 0.27.1

A library for repacking Minecraft mods and resource packs to optimize size and loading speed.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# The `mc-repack-core` create


This crate is a part of MC-Repack project, available on GitHub ([see here](https://github.com/szeweq/mc-repack)).

## Features

- Minifying JSON files, using `serde-json`, and removing comments
- Optimizing PNG files, using `oxipng`
- Optimizing TOML files, using `toml`
- Optimizing NBT files
- Removing unwanted files – some project files (from Blender, Photoshop, etc.) are mistakenly packed in mods. This operation will detect and remove (ignore while repacking) these files.
- Stripping Unicode BOM
- Removing comment lines in many file types: `.cfg, .obj, .mtl, .zs, .vsh, .fsh`
- Recompressing files more efficiently
- Now with Zopfli support (slower, but better compression)

For more info, visit the [MC-Repack webpage](https://szeweq.xyz/mc-repack)