mojira.dev
MC-122650

Player heads aren't affected by upgrade paths, renamed to "block.minecraft.player_headnamed" + head texture does not show, only when placed

Steps to reproduce:

1. Get yourself a playerhead in 1.12.2, e.g. with:

/give @p minecraft:skull 1 3 {SkullOwner:{Name:"Meri"}}

2. Put it e.g. in your hotbar.

3. Go into the current snapshot (17w48a), notice that the head is not called "Meri's Head" anymore, but

[media]

"block.minecraft.player_headnamed".

This does not affect custom heads, e.g. try this command in 17w48a:

/give @p player_head{display:{Name:"Pink Frosted Donut"},SkullOwner:{Id:"b48503a4-6dec-438c-a3bc-6b5da7fb1fde",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODM3YzliODJiMTg2NjU2ZTlmNjM2M2EyYTFjNmE0YjViOTNjZmE5ZWY0ZGFkNmYxNmI5NGViYjVlMzYyNjc4In19fQ=="}]}}}
[media]

and it will give you a pink frosted donut head,

[media]

and it will also tell you

"Gave 1 [Pink Frosted Donut] to PLAYERNAME"
[media]

Custom player heads are successfully updated to "player_head" instead of the faulty "block.minecraft.player_headnamed".
For that I went into 1.12.2 first, packed my hotbar full with those custom heads, then I opened the world in 17w48a.

Also @Mods please do tell if I should open an own bugpost for this:
I used this give-command in 1.12.2:

/give @p minecraft:skull 1 3 {display:{Lore:["A strange Head Lore"]},SkullOwner:{Name:"Meri"}}
[media]

But the head only shows the default Alex-texture. If I place the skull somewhere though, it shows the skull owner's texture.

Linked issues

Attachments

Comments 3

This does not affect *custom head*s, e.g. try this command in 17w48a:

Of course not, because you give it the display name tag.

As for it losing the name after placed, WAI, the block doesn't store that, for containers, it does store the name only, and receives that back as well. Skulls don't save the display name, only the SkullOwer Name.

I meant with not affecting mainly that they are updated successfully to "player_head".
I also noticed that with the name tag "Meri" it still had that name in 17w48a (it's in one of my screenshots on this bugpost 🙂)

Too bad the namestoring is only for containers, thanks for letting me know!

Meri Diana

Erik Broes

Unconfirmed

Minecraft 17w48a

Minecraft 17w49a

Retrieved