From 5ccb5ee71ee89de0f52171cc5f4fe46d9327d786 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 28 Nov 2017 13:47:34 +0100 Subject: [PATCH] Help: Add Creative Mode --- mods/HELP/mcl_doc_basics/init.lua | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/mods/HELP/mcl_doc_basics/init.lua b/mods/HELP/mcl_doc_basics/init.lua index 77fa9e25..18dba1b3 100644 --- a/mods/HELP/mcl_doc_basics/init.lua +++ b/mods/HELP/mcl_doc_basics/init.lua @@ -759,3 +759,20 @@ S("• The side length of a full cube is 1").."\n\n".. S("You can view your current position in the debug screen (open with [F5]). This is considered cheating in some games.") }}) + +doc.add_entry("advanced", "creative", { + name = S("Creative Mode"), + data = { text = +S("Enabling Creative Mode in MineClone 2 applies the following changes:").."\n\n".. + +S("• You keep the things you've placed").."\n".. +S("• Creative inventory is available to obtain most items easily").."\n".. +S("• Hand breaks all default blocks instantly").."\n".. +S("• Mined blocks don't drop items").."\n".. +S("• Tools don't wear off").."\n".. +S("• Bows have infinite arrows").."\n".. +S("• You can always use the minimap").."\n\n".. + +S("Damage is not affected by Creative Mode, it needs to be disabled seperately.") +}}) +