summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-13 22:09:38 +0100
committerWuzzy <almikes@aol.com>2016-12-13 22:09:38 +0100
commit68cdea829ec34b3fc3cb23b94078720983b694a7 (patch)
tree19f27881bf82d46776e2535accb5ee0bc25a1b6a
parentab172880964f6f1c4dfd7d0625a9ebdbe813e9e6 (diff)
Update Creative Mode info
-rw-r--r--helptexts.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/helptexts.lua b/helptexts.lua
index 414f4ba..4ce084d 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -539,11 +539,13 @@ if minetest.get_modpath("doc_basics") then
data = { text =
S([=[Enabling Creative Mode in Minetest Game applies the following changes:
+• You keep the blocks you've placed
+• Creative inventory is available to obtain most items easily
• Hand breaks all default blocks
• Greatly reduced hand digging time
• Greatly increased hand damage
• Increased pointing range of hand
-• Adds a creative inventory to obtain most items easily
-• Tools don't wear off]=])
+• Tools don't wear off
+• You keep your items when you die, no bones are created]=])
}})
end