Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-171147

Error with function and new (modified command "blockStates ["..." : "..."], ["..." = "..."]")

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.20.10.21 Preview
    • None
    • Confirmed
    • Windows
    • 1063601

      I found an error when I create a function for example:

      /execute ... if block double_plant ["double_plant_type" = "grass"] run...

      The function does not appear in the chat set, although the spelling is correct according to the version ...

      But when I write

      /execute ... if block double_plant ["double_plant_type" : "grass"] run...

      The function is displayed in the chat set, while the spelling is not correct, but it starts the thread if it exists ...

      ###

      Обнаружил ошибку, когда создаю функцию к примеру:

      /execute ... if block double_plant ["double_plant_type" = "grass"] run...

      Функция не отображается в наборе чата, хотя по версии правописание верное...

      Но, когда пишу 

      /execute ... if block double_plant ["double_plant_type" : "grass"] run...

      Функция отображается в наборе чата, при этом правописание не верное, но запускает цепочку если она есть...

       

      Обнаружил это на версии 1.20.10.21

            Huntunu Vladimir
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              CHK: