diff --git a/source/minimessage/format.rst b/source/minimessage/format.rst index d36f07f..7d641ce 100644 --- a/source/minimessage/format.rst +++ b/source/minimessage/format.rst @@ -236,6 +236,26 @@ Examples .. image:: /minimessage/images/translatable_2.png :alt: The result of parsing ``1':'Stone'>!``, shown in-game in the Minecraft client's chat window in English +Fallback +++++++++ + +.. note:: + + The fallback option is only available since Minecraft 1.19.4. + +Allows displaying minecraft messages using the player locale, or a fallback if no text is available + +Tag + :mm:`` +Aliases + ``tr_or``, ``translate_or`` +Arguments + * ``_key_``, the translation key + * ``_fallback_``, the fallback text to display + * ``_valueX_``, optional values that are used for placeholders in the key (they will end up in the ``with`` tag in the JSON) +Examples + * :mm:`You should get a !` + Insertion *********