Thanks to visit codestin.com
Credit goes to docs.rs

mcas 0.1.3

a minimalist CLI to fetch and save minecraft texture packs by version.
mcas-0.1.3 is not a library.

MCAS - mcasset getter

A minimal CLI to fetch and download vanilla Minecraft texture packs by version.

Usage

mcas get <version>
mcas get <version> <dir>
mcas get <version> <+dir>

Examples

mcas get 1.16.4
mcas get 1.16.4 save/pack/here
mcas get 1.16.4 +extended/path

Help

mcas help
mcas info

Install

From crates.io

cargo install mcas

From source

git clone https://github.com/Kono-o/mcas
cd mcas
cargo install --path .