GitHunt
MU

muffoi/MCompare

A small, zero-dependency package for all-purpose comparing Minecraft mods folders.

MCompare

NPM Version
NPM License
NPM Unpacked Size

A small, zero-dependency package for all-purpose comparing Minecraft mods folders.

Features

  • Comparison in 3+ paths at once
  • Version unintensive comparison
  • Automatic mod name and version extraction from file names
  • Highlights for files that are not jarfiles
  • Highlights for library mods
  • Support for Modrinth launcher disabled mods (.jar.disabled) files

Installation

  1. If you haven't already, install Node.js from its download page.
  2. Run npm install -g mcompare.

Usage

Open terminal in any directory you want and type mcompare name and apply to this command all paths you want to compare, separated by spaces.

For more information run mcompare help.

If a path contains spaces in it, wrap it in double quotes (").

Examples

mcompare version .minecraft\\mods "Documents\\custom instance\\mods"
mcompare name modded\\minecraft\\mods "Documents\\custom instance\\mods" C:\\Users\\User\\minecraft\\mods
mcompare help

Languages

JavaScript100.0%

Contributors

MIT License
Created November 3, 2024
Updated April 20, 2025
muffoi/MCompare | GitHunt