valaphee / mcrputil

Minecraft Resource Pack Util for encrypting and decrypting resource packs.
https://valaphee.com/article/1-minecraft-resource-pack-util/
Apache License 2.0
108 stars 14 forks source link

Able to use in linux? #15

Closed robokedi closed 7 months ago

robokedi commented 10 months ago

Hi. Able to use this tool in linux terminal?

valaphee commented 10 months ago

Sure, you can clone this repository and build it yourself simply by using

git clone https://github.com/valaphee/mcrputil.git # Cloning repository curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # Installing Rustup cd mcrputil cargo run # Compiles and runs the program

Or

by using the pre-build one in https://github.com/valaphee/mcrputil/releases/tag/1.1.5 "mcrputil"

robokedi commented 10 months ago

Thanks but me how to use this? Like ./mcrputil etc.

robokedi commented 9 months ago

@valaphee

robokedi commented 9 months ago

Thanks but me how to use this? Like ./mcrputil etc.

valaphee commented 7 months ago

Like described in the README for encryption: ./mcrputil encrypt

the key needed will be displayed after "Encryption finished, key: "

inputdir is basically just the unzipped resource pack