#Custom model data for player heads??

30 messages · Page 1 of 1 (latest)

tribal token
#

can i make custom model data for the player heads because i want to alter the GUI look for skulls that only have custom model data 1000

final hemlockBOT
#

Welcome to the help forum! Once your question has been resolved, please mark the post as closed by typing !close.

dapper merlin
#

for the item in your inventory etc., yes
for when it's placed or rendered on the player's head, no

tribal token
#

yes for the inventory

#

ive been trying so hard to figure it out but couldnt

#

can you please tell me how?

tribal token
#

i did

    "parent": "item/template_skull",
    "textures": {
        "layer0": "item/template_skull"
    },
    "overrides": [
        {"predicate": {"custom_model_data":1000}, "model": "guis/head"}

        ]
}
#

for the template_skull item because for some reason the player_head doesnt work when i change it

#

but it doesnt work

#

so confused please help me :,D

dapper merlin
tribal token
#
    "parent": "item/player_head",
    "overrides": [
        {"predicate": {"custom_model_data":1000}, "model": "guis/head"}

        ]
}```
#

like this?

#

it still doesnt work..

dapper merlin
#

don't change the parent, keep that "item/template_skull"

dapper merlin
tribal token
dapper merlin
#

player_head.json

tribal token
#

Alright thanks

#

I’ll do that when I get back

tribal token
dapper merlin
#

can you send your pack?

tribal token
#

the head.json code is this

    "parent": "builtin/entity",
    "textures": {
        "particle": "block/soul_sand"
    },
    "display": {
        "gui": {
            "rotation": [ 0, 0, 0 ],
            "translation": [ 0, 3, 0 ],
            "scale": [ 1, 1, 1 ]
        },
        "fixed": {
            "rotation": [ 0, 180, 0 ],
            "translation": [ 0, 4, 0],
            "scale":[ 1, 1, 1 ]
        },
        "ground": {
            "rotation": [ 0, 0, 0 ],
            "translation": [ 0, 3, 0 ],
            "scale": [ 0.5, 0.5, 0.5 ]
        },
        "thirdperson_righthand": {
            "rotation": [ 45, 45, 0 ],
            "translation": [ 0, 3, 0 ],
            "scale": [ 0.5, 0.5, 0.5 ]
        }
    }
}
tribal token
tribal token
dapper merlin
#

even with a SkullOwner defined etc.

tribal token
#

i restarted my game and it works.... so it was a client issue.. sorry for bothering u

#

!close