From de98efa6baf703f8462404f65f708ada8a863e9a Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 12 Dec 2016 12:25:16 +0100 Subject: =?UTF-8?q?Rename=20modpack=20to=20=E2=80=9CHelp=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- description.txt | 2 +- init.lua | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f3ecd79..464b8c9 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/init.lua b/init.lua index d042ade..e896027 100644 --- a/init.lua +++ b/init.lua @@ -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 -• Read entries in this Documentation System to learn the rest +• Read entries in this help to learn the rest • [Esc] to close this window]=] }}) -- cgit v1.2.3