diff options
author | Wuzzy <almikes@aol.com> | 2016-12-12 12:25:16 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-12 12:25:16 +0100 |
commit | de98efa6baf703f8462404f65f708ada8a863e9a (patch) | |
tree | f95299947f86d7a80ddaff59358d8306d038dca5 | |
parent | 6cfe5865c60cc6fba96274352e51807dee7dab8d (diff) |
Rename modpack to “Help”
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | description.txt | 2 | ||||
-rw-r--r-- | init.lua | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -1,10 +1,10 @@ # Basic help [`doc_basics`] Adds basic help texts about Minetest, controls, gameplay and other basics. -This mod uses the Documentation System [`doc`] as a basis. It adds these +This mod uses the Documentation System [`doc`] as a basis and adds these categories: -* Basics: Basic gameplay information -* Advanced usage: Advanced Minetest information (not gameplay-releavant) for power users +* Basics: Basic gameplay information (e.g. how to craft) +* Advanced usage: Advanced Minetest information (not gameplay-releavant) for power users (e.g. how to use commands) Version: 0.1.0 diff --git a/description.txt b/description.txt index 3cb1e9d..f86a1b5 100644 --- a/description.txt +++ b/description.txt @@ -1 +1 @@ -Adds some help texts for basic gameplay instructions. +Adds some help texts explaining how to use Minetest. @@ -47,7 +47,7 @@ doc.new_entry("basics", "quick_start", { • [F9] for the minimap • Put items into crafting grid (usually 3×3 grid) to craft • Use a crafting guide mod to learn crafting recipes or visit <http://wiki.minetest.net/wiki/Crafting> -• Read entries in this Documentation System to learn the rest +• Read entries in this help to learn the rest • [Esc] to close this window]=] }}) |