#Question regarding Forge Menus

1 messages · Page 1 of 1 (latest)

tiny crestBOT
#

Thanks for posting - someone will respond when they are available. In the meantime, please make sure you've provided any relevant logs or configs (using https://pastebin.com/) for reference so we can assist you.

barren jackal
#

Within Forge Menus is there a way to use somebody elses player head in a menu as an icon?

vital flower
#
                          "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