Mojira Archive
MCPE-101702

Experimental Entity Queries Are Not Working

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

Cannot Reproduce

Gruntastic

2020-10-01, 06:12 AM

2021-01-26, 08:23 PM

2020-11-18, 05:58 PM

4

2

Community Consensus

add-on, molang, query

1.16.100.58 Beta

-