-
Bug
-
Resolution: Unresolved
-
None
-
1.16.3, 1.16.4 Pre-release 2, 1.16.4 Release Candidate 1, 1.16.4, 20w45a, 20w46a, 20w48a, 20w49a, 20w51a, 21w03a, 21w05b, 21w07a, 21w10a, 21w11a, 21w13a, 21w16a, 1.17, 1.17.1 Pre-release 1, 1.17.1, 1.18.1, 22w11a, 22w15a, 1.19 Pre-release 1, 1.19.1 Pre-release 1, 1.19.2, 23w03a, 1.19.4, 23w14a, 1.20.1, 1.20.4
-
Confirmed
-
Entities, Rendering
Related to MC-174356
Steps to reproduce
- Go to 0 100 0 (in any dimension)
- Summon an end crystal and name it, or use this command
/summon end_crystal ~ ~ ~ {CustomNameVisible:1b,CustomName:' {"text":"Custom Name"}'}
- Give it a BeamTarget near by
/data merge entity @e[type=minecraft:end_crystal,limit=1,sort=nearest] {BeamTarget:{X:5,Y:100,Z:5}}
- The CustomName appears at its BeamTarget coords
Also happens if the summoned end crystal has the BeamTarget included in the command
/summon end_crystal ~ ~ ~ {CustomNameVisible:1b,CustomName:'{"text":"Custom Name"}',BeamTarget:{X:5,Y:100,Z:5}}
- relates to
-
MC-174356 End Crystal shows its hitbox positioned at its BeamTarget coords if there is no Dragon
- Open