blockbench icon indicating copy to clipboard operation
blockbench copied to clipboard

[Suggestion] Support placeholder values for queries with arguments

Open Cub0use opened this issue 3 years ago • 0 comments

just to allow queries with an argument such as "query.camera_rotation(0)" to work with placeholder values for preview.

For instance currently, "q.camera_rotation(0) = 40" returns 0, instead of 40.

I noticed they work up until you write the second parenthesis. For instance "query.camera_rotation(0 = 140" still returns 140.

  • Blockbench 4.1.5

Cub0use avatar Mar 07 '22 17:03 Cub0use