[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/
Go to file
txtsd 1488f7bba8
feat: Remove Pipfile and requirements.txt
Signed-off-by: txtsd <code@ihavea.quest>
2022-01-23 02:12:03 +05:30
.github/workflows feat: Add Poetry 2022-11-03 19:37:45 +05:30
.gitignore Initial Commit 2021-12-08 18:41:38 +05:30
LICENSE chore: Add license 2022-07-02 00:21:39 +05:30
README.md chore(readme): Update info about poetry 2022-01-23 02:12:03 +05:30
mcrpc.py Escape backslashes in regex 2022-01-23 10:25:25 +05:30
poetry.lock chore(deps): Upgrade dependencies 2022-11-03 19:55:44 +05:30
pyproject.toml chore(deps): Upgrade dependencies 2022-11-03 19:55:44 +05:30

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.

Project: https://sr.ht/~txtsd/mcrpc/
Sources: https://sr.ht/~txtsd/mcrpc/sources
Ticket Tracker: https://todo.sr.ht/~txtsd/mcrpc
Mailing List: https://lists.sr.ht/~txtsd/mcrpc

Mirrors:
Codeberg
NotABug
GitLab
GitHub
Bitbucket

If sourcehut is not feasible, contribution is welcome from across mirrors.

Installation and usage

Download a binary from the latest tag for your platform on the refs page. Each tag has binaries attached.

NOTE: Release artifacts are built on GitHub due to cross-platform CI runner limitations on sourcehut.

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

If you prefer running a python script over a binary, follow the development instructions instead.

Development

Clone the repo

git clone https://git.sr.ht/~txtsd/mcrpc
cd mcrpc

You will need python and python-poetry

Install the dependencies into a virtual environment:

poetry install

Load the virtual environment created by poetry:

poetry shell

Finally, run

python mcrpc.py

Screenshot

screenshot screenshot