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=