updated categorization standards with vehicles

added the vehicles category to "categorization_standards.md" and also
changed the list item names to be bolded
master
rocketslime11 2014-06-17 16:32:30 -04:00
parent 5aaa286bcd
commit 17acb7947b
1 changed files with 10 additions and 9 deletions

View File

@ -2,12 +2,13 @@
These are the standards for categorizing mods using the Minetest Mod Recorder.
##Categories
- Admin - A mod which supplies features, tools, items, or nodes for the specific purpose of being used by server administrators.
- Entities - A mod which supplies mobs, npcs, or other entities.
- GUI - A mod which supplies or alters a graphical user interface.
- Objects - A mod which supplies objects or items. Objects an items do not include tools, see the definition of the "Tools" category.
- Mapgen - A mod which alters the way in which worlds are generated. This is considered to be so when a mod adds new types of map generation or alters currently existing map generation through the addition or changing of plants, trees, biomes, etc..
- Nodes - A mod which supplies nodes.
- Tools - A mod which supplies tools. Tools being items that can be used for specific purposes through manual use of the item by the player. The use of the item must not be simply for use in crafting or use by other nodes, unless the player must manually use the item in order to trigger such a use. The item must not perform a task that is specific to the player such as restoring health.
- Systems - A mod which supplies notable AMBs, nodes that have functions, chat commands, or any other such system. With notable ABMs being ABMs that add a widespread or notable feature such as the growing of grass on dirt nodes.
- Other - A mod which does not fit any other category.
- **Admin** - A mod which supplies features, tools, items, or nodes for the specific purpose of being used by server administrators.
- **Entities** - A mod which supplies mobs, npcs, or other entities. In this case entities does not include vehicles, which are categorized under the vehicles category.
- **GUI** - A mod which supplies or alters a graphical user interface.
- **Objects** - A mod which supplies objects or items. Objects an items do not include tools, see the definition of the "Tools" category.
- **Mapgen** - A mod which alters the way in which worlds are generated. This is considered to be so when a mod adds new types of map generation or alters currently existing map generation through the addition or changing of plants, trees, biomes, etc..
- **Nodes** - A mod which supplies nodes.
- **Tools** - A mod which supplies tools. Tools being items that can be used for specific purposes through manual use of the item by the player. The use of the item must not be simply for use in crafting or use by other nodes, unless the player must manually use the item in order to trigger such a use. The item must not perform a task that is specific to the player such as restoring health.
- **Systems** - A mod which supplies notable AMBs, nodes that have functions, chat commands, or any other such system. With notable ABMs being ABMs that add a widespread or notable feature such as the growing of grass on dirt nodes.
- **Vehicles** - A mod which adds functioning vehicles.
- **Other** - A mod which does not fit any other category.