Hey i made a datapack that allows custom crafting of a playerhead with custom properties.
"minecraft:custom_data": {
"decorative_head": true,
"can_transform": true
}
Now i want to check if this head was renamed using an anvil, if so i want to look for the player name that it was renamed to and replace it with the actual player head
is there an easy wasy to do this?