Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

hax0r31337/pack-essentials

Repository files navigation

Pack Essentials

An open-source alternative to encryptmypack, which allows you encrypt and decrypt Minecraft: BE resource packs inside your browser

Build

  1. Install go and npm
  2. Run ./build_wasm.sh to build wasm library for resource pack encryption and decryption
  3. Run npm install and npm run build
  4. The site is ready in ./dist

Todo

  • not freeze the website while processing

Credits

mcrputils for the encryption and decryption algorithm