Adding "minecraft:npc" component to player.json hides nametag
Steps to Reproduce:
- Add the code below to a behavior pack's player.json components (Alternatively, download the pack uploaded here)
- Add the behavior pack to the world
- Join in multiplayer and look for another player
Observed Results:
The other player's nametag is invisible.
Expected Results:
The other player's nametag is visible.
"minecraft:npc": {}, "minecraft:interact": { "interactions": [ { "on_interact": { "filters": { "all_of": [ { "test": "is_family", "subject": "other", "value": "player" } ] } } } ] },
2024-06-28, 11:59 PM
2025-02-06, 04:30 AM
3
1
-