Minecraft Resource Pack Util

Do you want to already deliver content before your actual release, or just make it more complicated for players, to see the content of your resource packs?


Then you might like this utility, because its written for this very reason, and also as a learning project for Rust.

How to encrypt

  1. Make sure your pack is unzipped, and in your pack folder should be a manifest.json
  2. mcrputil encrypt <path to your unzipped pack folder> <path to your unzipped pack/output folder>
  3. A <name of your pack folder>.key file and a contents.json should now be in your pack/output folder
  4. Create a zip file with the contents of your pack/output folder, and rename your .key file to the same name as the created zip file (MyPack.zip.key)

How to decrypt

Please make sure, to not publish any of the resulting files, or only with the consent of the copyright holder, as it is a violation, and note that there will be no support for decrypting resource packs.


Where to get