summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-12 12:25:16 +0100
committerWuzzy <almikes@aol.com>2016-12-12 12:25:16 +0100
commitde98efa6baf703f8462404f65f708ada8a863e9a (patch)
treef95299947f86d7a80ddaff59358d8306d038dca5
parent6cfe5865c60cc6fba96274352e51807dee7dab8d (diff)
Rename modpack to “Help”
-rw-r--r--README.md6
-rw-r--r--description.txt2
-rw-r--r--init.lua2
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 <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]=]
}})