Hasitem is not correctly detecting if a player has the `minecraft:filled_map` in their inventory
Partner Rank: 2
Verification builds:
1.19.20 Live
Impact:
This bug makes it impossible to test for maps in the player their inventory.
This is currently impacting a project in development.
Repro Steps:
Follow the instruction with the provided world.
1. Open provided Minecraft world MapTest.mcworld
2. Press the buttons
Observed Results:
Detect_Map.mp4
When pressing Detect Map commandblock it is not showing the player Name after [Detect Map]
/say @a[hasitem=[{item=minecraft:filled_map,quantity=1}]]
When pressing Detect Flower commandblock it shows the player Name after [Detect Flower]
/say @a[hasitem=[{item=minecraft:yellow_flower,quantity=1}]]
Expected Results:
When pressing Detect Map commandblock it shows the player Name after [Detect Map]
Screenshots/Videos attached: Yes