[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 ee1d6a70bc Update README 2 years ago
.github 3fe052f8e3 Streamline workflow 2 years ago
.gitignore dfffa4fafa Initial Commit 2 years ago
Pipfile 63db409b29 Add nuitka as a dev dependency 2 years ago
README.md c9247c1f96 Update README 2 years ago
mcrpc.py 12b637c1b2 Adjust quit logic 2 years ago
requirements-dev.txt 63db409b29 Add nuitka as a dev dependency 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. 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