mojira.dev

Gassayping33

Assigned

No issues.

Reported

MCPE-168575 scoreboard.getScore() method does not update scoreboard display Cannot Reproduce MCPE-158639 Items with specific data tags stack together and all take the same data value Duplicate

Comments

Can confirm. The scoreboard now updates on the sidebar as expected.
Thank you

The issue still exists in the most recent stable version of Minecraft (1.20.51)
Here is a more detailed list of steps to reproduce and the expected vs actual results:

I have also added an example pack with just the bare essentials to demonstrate this issue (triggerEvent-demo_BP.mcpack)

Steps to reproduce:

1. Create an item with a custom event.

2. Write a script to trigger that item's event.

(^^ Both of these steps are done in the demo pack)

3. Create world with Holiday Creator Features and Beta API toggle

4. Interact click with the item (tt:rock_events)

5. Crouch and interact click with the item

(The example pack item triggers the event in JSON when the player is crouching)

 

Expected Behavior:

The event is triggered for both times, crouched and uncrouched

 

Actual Behavior:

The event is only triggered by the JSON method (when crouched)