Go to file
rubenwardy 72153f7969 Update README.md 2014-02-05 17:23:55 +00:00
README.md Update README.md 2014-02-05 17:23:55 +00:00
example.py Update example.py 2014-02-05 13:45:06 +00:00
modmanager.py Remove testing stuff 2014-02-05 13:44:34 +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