Go to file
rubenwardy bb5d73dfea Capitalisation 2014-02-05 18:56:37 +00:00
README.md Update README.md 2014-02-05 17:23:55 +00:00
example.py Update example.py 2014-02-05 18:33:16 +00:00
modmanager.py Capitalisation 2014-02-05 18:56:37 +00:00

README.md

MinetestModCleaner

Cleans Minetest mods and mod packs.

  • Unzips mod folder (from github or local disk) into working directory
  • Removes unnecessary root folders, leaving init.lua or modpack.txt in root folder (ie: modname-master)
  • Adds description.txt
  • Adds screenshot.png
  • Rezips into a new archive
  • Returns the achive's location

Please note that this is a work in progress.

License: CC-BY-SA 3.0

Usage

See example.py