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

Experimental Entity Queries Are Not Working

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • None
    • 1.16.100.58 Beta
    • Community Consensus
    • Multiple

      When attempting to use experimental queries such as;

      • query.biome_has_any_tag('tag_name')
      • query.scoreboard('scoreboard_name')

      or any other query that is experimental in the Molang documentation, they break the file they are in.

      Update:

      • When looking at the content log, the following error occurs when using the biome query:
        • ... q.biome_has_any_tag('plains') | unrecognized token: q.biome_has_any_tag('plains')

      Expected Behavior:

      • Experimental queries work as intended and don't break the files they are in

      Actual Behavior:

      • Use of experimental queries breaks files

      Steps to Reproduce:

      1. Setup an animation controller or variable that uses an experimental query
      2. Attempt to do something with that query (switch states in a anim_controller, run an animation in a resource file, etc.)
      3. It won't work
      4. Switch the experimental query to something like query.is_sneaking
      5. The files will no longer be broken and will work

            Gruntastic Gruntastic
            Votes:
            4 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: