Mojira Archive
MCPE-186553

q.is_in_ui returns 0.0 in the main menu and pause menu for the player actor

The molang query "q.is_in_ui" returns 0.0 instead of 1.0 when accessed on the player actor in the pause menu and in the main menu.

Steps to reproduce:

  1. Import the attached resource pack. It sets the player scale to 0.2 when q.is_in_ui returns 0.0, else it sets the scale to 3.
  2. Open the main menu: the player actor on the right will be small (q.is_in_ui = false, but the actor is in the ui)
  3. Open a world and open the pause menu: the player actor on the right will be small (q.is_in_ui = false, but the actor is in the ui)
  4. Open the inventory or look at the paperdoll in the top left corner of the screen: the player actor will be big (q.is_in_ui = true: the resource pack works)

Awaiting Response

PeppeGari

2024-09-13, 10:50 AM

2025-01-29, 10:54 AM

2025-01-29, 10:54 AM

1

1

Community Consensus

1.21.40.21 Preview, 1.21.23 Hotfix

-