Miroir du dépôt minetest_doc_modpack
Go to file
Wuzzy f9eaa599f3 Update mods for next release 2018-03-27 14:08:14 +02:00
doc@d862b5080a Update mods for next release 2018-03-27 14:08:14 +02:00
doc_basics@0f69e8e2e4 Update mods for next release 2018-03-27 14:08:14 +02:00
doc_encyclopedia@f9543ca8fb Update all mods for 1.0.0 2016-12-29 00:06:42 +01:00
doc_identifier@e08a12584f Update mods for next release 2018-03-27 14:08:14 +02:00
doc_items@b6648a4541 Update mods for next release 2018-03-27 14:08:14 +02:00
.gitmodules Fix Git modules requiring HTTPS certs 2017-01-15 05:23:09 +01:00
README.md Explain how to clone this repo 2017-02-11 12:11:12 +01:00
description.txt Rename modpack to “Help” 2016-12-12 17:01:58 +01:00
modpack.txt Create Documentation System modpack 2016-11-03 16:37:38 +01:00
screenshot.png Update all mods for 1.0.0 2016-12-29 00:06:42 +01:00

README.md

Help

The goal of this modpack is to make using Minetest and mods easier for both newcomers and advanced users. It makes it easier for newcomers by making help more accessible. It makes life easier for advanced user by making it more convenient to use, by centralizing the help where you most need it: Inside the game. This modpack will also make the life of modder easier by allowing them to add help texts directly into mods (via doc_items).

More information is given in the respective mods.

Overview of the mods:

  • doc: Documentation System. Core API and user interface. Mods can add arbitrary categories and entries
  • doc_basics: Basic Help. Adds basic help texts about Minetest, controls, gameplay and other basics
  • doc_items: Item Help. Adds automatically generated help texts for items and an API
  • doc_encyclopedia: Encyclopedia. An item to access the help
  • doc_identifier: Lookup Tool. A tool to identify and show help texts for pointed things

How to clone (Information for developers)

This repository does not directly include the mods, but as [https://git-scm.com/book/en/v2/Git-Tools-Submodules](Git submodules) instead.

You can use the following command to clone this repository and get all its submodules:

git clone http://repo.or.cz/minetest_doc_modpack.git --recurse-submodules

Consult the Git help to learn more about working with submodules.