SPIGOT-6558: Attempt to improve SkullMeta
This commit is contained in:
parent
e7a63287d8
commit
d7ef1e91fa
@ -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…
x
Reference in New Issue
Block a user