MinetestModCleaner/README.md

21 lines
454 B
Markdown
Raw Permalink Normal View History

2014-02-05 05:38:01 -08:00
MinetestModCleaner
==================
2014-02-05 09:23:55 -08:00
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.
2014-02-05 05:41:58 -08:00
License: CC-BY-SA 3.0
Usage
-----
See example.py