From ddab68b87c9adc3ee60ba851048821aef37f2e20 Mon Sep 17 00:00:00 2001 From: teknomunk Date: Mon, 10 Jun 2024 19:44:30 +0000 Subject: [PATCH] Add instructions on how to eat to basic controls help entry (#4420) Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4420 Reviewed-by: ancientmarinerdev Co-authored-by: teknomunk Co-committed-by: teknomunk --- mods/HELP/mcl_doc_basics/init.lua | 3 +++ mods/HELP/mcl_doc_basics/locale/template.txt | 2 ++ 2 files changed, 5 insertions(+) diff --git a/mods/HELP/mcl_doc_basics/init.lua b/mods/HELP/mcl_doc_basics/init.lua index 45ce75877..29b1fea1c 100644 --- a/mods/HELP/mcl_doc_basics/init.lua +++ b/mods/HELP/mcl_doc_basics/init.lua @@ -126,6 +126,9 @@ S("• I: Show/hide inventory menu").."\n\n".. S("Inventory interaction:").."\n".. S("See the entry “Basics > Inventory”.").."\n\n".. +S("Hunger/Eating:").."\n".. +S("• While holding food, hold the right mouse button (PC) or double-tap and hold the second tap (Android) to eat").."\n\n".. + S("Camera:").."\n".. S("• Z: Zoom").."\n".. S("• F7: Toggle camera mode").."\n\n".. diff --git a/mods/HELP/mcl_doc_basics/locale/template.txt b/mods/HELP/mcl_doc_basics/locale/template.txt index 5abc582e7..0c2dc22f8 100644 --- a/mods/HELP/mcl_doc_basics/locale/template.txt +++ b/mods/HELP/mcl_doc_basics/locale/template.txt @@ -78,6 +78,8 @@ World interaction:= • I: Show/hide inventory menu= Inventory interaction:= See the entry “Basics > Inventory”.= +Hunger/Eating:= +• While holding food, hold the right mouse button (PC) or double-tap and hold the second tap (Android) to eat= Camera:= • Z: Zoom= • F7: Toggle camera mode=