Found this issue while trying to add more actions to entity of MC-269830.
Sheep and bogged both have the "Sheared" entity data. The difference is while the "S" into "Sheared" sheep entity data is capitalized, the "s" in "sheared" bogged entity data is not. While this might seems like it doesn't matter, capitalization DOES matter for entity data. For instance, the command "/execute as @e[type=minecraft:bogged] run data merge entity @s {{}Sheared:0b}" does not gonna work. This could cause confusion for commander like me.
To reproduce, spawn a sheep and a bogged, then "/data get" each mob.
Comments 2
Thank you for your report!
After consideration, the issue is being closed as Invalid.
You have posted a feature request or a suggestion. This site is for bug reports only.
For suggestions, please visit The official Minecraft feedback site or visit the Minecraft Feedback Discord server.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
Can confirm