-
Bug
-
Resolution: Duplicate
-
None
-
1.21
-
None
-
Unconfirmed
-
(Unassigned)
About a week ago, I made a bug report (MC-274418) about the inconsistency between the "sheared" entity data name of sheep and bogged, and it resolved as "Invalid" bc of "feature request". Today, I also found out that there's an inconsistency between the "facing" entity data name of painting and (glow) item frame. More specifically, the "F" in "Facing" (glow) item frame entity data is capitalized but the "f" in "facing" painting entity data is not. Now I know, this bug might resolved as "Invalid" bc of "feature request" but I still want to report bc "reporting is better that not reporting". As MC-274418 pointed out, capitalization DOES matter for entity data. For instance, the command "/execute as @e[type=minecraft:bogged] run data merge entity @s
" does not gonna work. This again could cause confusion for commander like me.
To reproduce, place a painting and a (glow) item frame, then "/data get" each entity.
- duplicates
-
MC-251815 "Facing" property on paintings renamed "facing", breaking scripts
- Resolved