[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 8df7dbb7dc Use appdirs instead of platformdirs 2 years ago
.github 51cb7806f2 Change release name 2 years ago
.gitignore dfffa4fafa Initial Commit 2 years ago
Pipfile 12012d60bb Use appdirs instead of platformdirs 2 years ago
README.md c9247c1f96 Update README 2 years ago
mcrpc.py 12012d60bb Use appdirs instead of platformdirs 2 years ago
requirements-dev.txt 12012d60bb Use appdirs instead of platformdirs 2 years ago
requirements.txt 12012d60bb Use appdirs instead of platformdirs 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. It can also compare any two versions of Minecraft and show missing (added) files.

Installation and usage

Download the correct binary from the latest release for your platform.

Double-click it, or launch it via your terminal of choice. Follow the prompts, and you will get a list of missing resources.

Development

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

Screenshot

screenshot screenshot