diff options
Diffstat (limited to 'helptexts.lua')
-rw-r--r-- | helptexts.lua | 6 |
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 |