mojira.dev
MC-164298

Applying the texture to player heads is inconsistent

1.

/give @s player_head{SkullOwner:"FaRo1"}

Result: Head with the correct skin (or outdated, see MC-146631).

2.

/setblock ~ ~ ~ player_head{SkullOwner:"FaRo1"}

Result: Steve/Alex head. Placing it results in the head with the correct skin. Closing and reopening the world does not fix it, neither does unloading and reloading the chunks.

3.

/setblock ~ ~ ~ player_head{ExtraType:"FaRo1"}

Result: The correct skull.

4.

/give @s player_head{ExtraType:"FaRo1"}

Result: Steve/Alex head. Placing the block results in a block with no Owner, SkullOwner or ExtraType tag.

Linked issues

Comments 8

Actually not even /give @s player_head{BlockEntityTag:{ExtraType:"FaRo1"}} gives the correct head. At least that is definitely a bug.

Still doesn't work as in 1.16.4.

The issue here is that, users doing custom heads, are or will be unable to do custom heads anymore because its constantly being updated to the newest one.

This makes decoration and etc. harder for custom maps.

Can confirm that this is still an issue in 20w51a.

Can confirm in 21w03a.

Can confirm in 1.17.1.

I guess, it's still happening in 1.18.1

Can confirm in 1.19.2 and 22w44a.

Fixed in 24w10a where ExtraType and SkullOwner was merged into profile: https://www.minecraft.net/en-us/article/minecraft-snapshot-24w10a

FaRo1

(Unassigned)

Confirmed

Platform

Low

Commands

1.14.4, 19w39a, 19w40a, 19w41a, 19w42a, ..., 20w51a, 21w03a, 1.17.1, 1.19.2, 22w44a

24w10a

Retrieved