#different model with enchantment
5 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.
in the item definition, you would use:
{
"model": {
"type": "select",
"property": "component",
"component": "enchantments",
"cases": [
{
"when": {
"flame": 1
},
"model": {
"type": "model",
"model": "item/bow_flame"
}
}
],
"fallback": {
"type": "model",
"model": "item/bow"
}
}
}
you would have to combine that into the existing defintiion structure thought to still have pulling and stuff work