Skip to content

A powerful and customizable Python tool to generate a changelog between two Minecraft modpacks in modrinth.mrpack or curseforge.zip format.

License

Notifications You must be signed in to change notification settings

TheBossMagnus/ModpackChangelogger

Repository files navigation

ModpackChangelogger

ModpackChangelogger is a Python tool that compares two Minecraft Modpacks (in modrinth.mrpack or curseforge.zip format) and generates a markdown changelog to show the difference between them.

Features

  • Precise Comparison: Easily spot added, removed, and modified items, changes to the Minecraft version, and updates to modloaders.
  • Markdown Output: View the differences in a markdown document with various styles options.
  • Configurability: You can customize output through a config file.
  • Multi-Platform: Run it on Windows or Linux, Python installation not mandatory.

Installation

Install the pip package

pip install modpack-changelogger

Or use the compiled windows .exe. More information on the wiki.

Basic Usage

  • -o, --old: Specify the first pack to compare.
  • -n, --new: Specify the pack to compare against.

E.g:Compare old_pack to new_pack using the settings in config.json, and write the output to output.md.

python ModpackChangelogger -o old_pack -n new_pack -c config.json -f output.md

More information on the wiki.

About

A powerful and customizable Python tool to generate a changelog between two Minecraft modpacks in modrinth.mrpack or curseforge.zip format.

Topics

Resources

License

Stars

Watchers

Forks

Languages