#model data / item data
4 messages · Page 1 of 1 (latest)
Welcome to the help forum!
Please make sure to read #1029373817119838218 as it may answer your question!
Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.
i am using 1.21.4
i found this free custom model template thats compatible with 1.21.4, https://www.curseforge.com/minecraft/texture-packs/example-custom-model-data
and i found a very different json in their models directory
{
"model": {
"type": "select",
"property": "custom_model_data",
"fallback": {
"type": "model",
"model": "block/dirt"
},
"cases": [
{
"when": "hat",
"model": {
"type": "model",
"model": "item/hat"
}
}
]
}
}```
i wonder how to receive this item? like whats the command to receive this custom model. the maker of this is offline so maybe here can help me while he's away.