mojira.dev
MC-274199

Team NBT removed and unreachable by /data

When an entity is summoned with NBT data it is stored inside of the entity. If the NBT of Team is stored, it is removed.

Reproduce:
1. Summon a living entity
/summon minecraft:chicken ~ ~ ~ {Team:a}

2. Get the data of Team
/data get entity 0a433b77-56ac-4c9d-bc1c-5b083a62089b Team

Expected result:
Chicken has the following entity data: a

Actual result:
Found no elements matching Team

Linked issues

Comments 3

Can confirm on the latest version.

Thank you for your report!
After consideration, the issue is being closed as Working as Intended.

Please note, that mechanics of the game may change between updates.
Things such as graphics, sounds, world creation, biomes, redstone, villagers, and animals may not work the same in current versions.

Full Version HistorySnapshot Version HistoryThe official Minecraft feedback site

Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki

~~~

/give @s minecraft:zombie_spawn_egg[minecraft:entity_data=
{id:"zombie", Team:a}] 64

~~~

use the above egg to spawn baby zombies.

~~~

/data get entity @e[type=minecraft:zombie,limit=a] Team

~~~

There is supposed to have "Team" label. But not.

khaim0919

(Unassigned)

Community Consensus

Commands

1.21

Retrieved