#Question regarding Forge Menus
1 messages · Page 1 of 1 (latest)
Within Forge Menus is there a way to use somebody elses player head in a menu as an icon?
"type": "item",
"name": "minecraft:skull",
"weight": 50,
"functions": [
{
"function": "set_data",
"data": 3
},
{
"function": "set_nbt",
"tag": "{display:{Name:\"Wookie\"},SkullOwner:ColorRed}"
}
]
}```
Not sure if it works, but you can try incorporating this NBT data
I’ve never used player heads as icons so I’m not sure