Go to file
rocketslime11 7a7365dbfc added Pipeworks and Item frames mods
added Pipeworks and Item frames mods to "mod_data.txt"
2014-06-26 20:18:42 -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 updated html generator to take into account empty depends sections 2014-06-21 21:30:04 -04:00
minetest_mod_recorder.py added categories section 2014-06-15 12:25:56 -04:00
mod_data.txt added Pipeworks and Item frames mods 2014-06-26 20:18:42 -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.