[MIRROR] MCRPC (Minecraft Resource Pack Comparator) checks your resource pack against any version of Minecraft to show resources missing from your pack for that version. (Main repo at https://sr.ht/~txtsd/mcrpc/) https://sr.ht/~txtsd/mcrpc/

txtsd e1f401a551 Remove trailing and from readme 2 years ago
.gitignore dfffa4fafa Initial Commit 2 years ago
Pipfile dfffa4fafa Initial Commit 2 years ago
README.md 86146d1caa Remove trailing and from readme 2 years ago
mcrpc.py dfffa4fafa Initial Commit 2 years ago
requirements.txt dfffa4fafa Initial Commit 2 years ago

README.md

Minecraft Resource Pack Comparator

MCRPC checks your resource pack against any version of Minecraft to show resources missing from your pack for that version.

Installation and usage

Clone the repo

git clone https://github.com/txtsd/mcrpc.git

You will need Python

Install the dependencies:

pip install -r requirements.txt

Or if you have pipenv (preferred), install the pipenv environment and dependencies:

pipenv install
pipenv shell

Finally, run

python mcrpc.py

Follow the prompts, and you will get a list of missing resources.

Screenshot

screenshot