Need help with other textures on the same item on 1.13.2

Status
This thread has been locked.

Conan - CoobCraft

Feedback score
0
Posts
12
Reactions
4
Resources
0
So i'm trying to get 2 textures on a golden sword when its damaged this is my code and i dont see what im doing wrong. the result of this is a error block.

Code:
{
    "parent": "item/handheld",
    "textures": {
        "layer0": "item/golden_sword"
    },
    "overrides": [
        { "predicate": {"damaged": 0, "damage": 1}, "model": "item/golden_sword2"},
}
 
Status
This thread has been locked.
Top