mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-09-18 13:23:19 +00:00
SPIGOT-6558: Attempt to improve SkullMeta
This commit is contained in:
parent
e7a63287d8
commit
d7ef1e91fa
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@ class CraftMetaSkull extends CraftMetaItem implements SkullMeta {
|
|||
super.applyToItem(tag);
|
||||
|
||||
if (profile != null) {
|
||||
// SPIGOT-6558: Set initial textures
|
||||
tag.set(SKULL_OWNER.NBT, serializedProfile);
|
||||
// Fill in textures
|
||||
TileEntitySkull.a(profile, (filledProfile) -> {
|
||||
setProfile(filledProfile);
|
||||
|
|
Loading…
Add table
Reference in a new issue