-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: Minecraft 1.12, Minecraft 1.12.1, Minecraft 1.12.2 Pre-Release 1, Minecraft 1.12.2, Minecraft 18w05a, Minecraft 1.13, Minecraft 18w30b, Minecraft 18w31a, Minecraft 1.13.1, Minecraft 1.13.2, Minecraft 18w48a, Minecraft 18w48b, Minecraft 18w49a, Minecraft 18w50a, Minecraft 19w02a, Minecraft 19w03a, 1.14.4
-
Fix Version/s: 19w46b
-
Labels:
-
Confirmation Status:Confirmed
-
Category:(Unassigned)
The bug
Some entities with Glowing:1b are not glowing.
Affected entities
- xp_orb
- fishing_bobber
How to reproduce (xp orb)
/summon minecraft:experience_orb ~ ~ ~10 {Glowing:1b}
How to reproduce (fishing hook)
- Setup a repeating command block with the following command
/execute as @e[type=minecraft:fishing_bobber] run data merge entity @s {CustomName:"\"test\"",CustomNameVisible:1b,Glowing:1b}
- Cast a fishing rod
→ The hook is named but does not appear glowing - Use the following command to verify that the tag is set
/data get entity @e[type=fishing_bobber,limit=1]