Go to file
rocketslime11 17acb7947b updated categorization standards with vehicles
added the vehicles category to "categorization_standards.md" and also
changed the list item names to be bolded
2014-06-17 16:32:30 -04:00
.gitignore added categories section 2014-06-15 12:25:56 -04:00
LICENSE Initial commit 2014-06-13 16:50:19 -04:00
README.md bolded list item names on data section list of README 2014-06-16 21:26:03 -04:00
categorization_standards.md updated categorization standards with vehicles 2014-06-17 16:32:30 -04:00
minetest_mod_html_generator.py added more css identifiers to html generator output 2014-06-16 21:08:37 -04:00
minetest_mod_recorder.py added categories section 2014-06-15 12:25:56 -04:00
mod_data.txt fixed mod_data.txt 2014-06-14 19:15:56 -04:00

README.md

#minetest-mod-recorder

A set of python scripts for making a data file with information on Minetest mods.

##Libraries Required

  • json

##Mod Info Each mod has entries for the following information:

  • Name - The general name for a mod. This is often capitalized and usually is slightly different from the folder name.
  • Folder Name - The name of the folder of a mod. This is generally not capitalized, and usually differs from the normal mod name.
  • Author - The main author of the mod. If the mod has multiple authors then the author who has contributed the most to the mod should be entered.
  • Dependencies - A list of dependencies of the mod.
  • Forum Topic - The URL of the forum topic for the mod on the Minetest Forums, if such a topic exists.
  • Mod Database Entry - The URL of the mod's entry on the Minetest Mod Database, if such an entry exists.
  • GitHub Repo - The URL of the the mod's main GitHub repository, if such a repository exists.