12 lines
390 B
JSON
12 lines
390 B
JSON
{
|
|
"parent": "item/fishing_rod",
|
|
"textures": {
|
|
"0": "item/carrot_on_a_stick_model",
|
|
"particle": "item/carrot"
|
|
},
|
|
"overrides": [
|
|
{ "predicate": { "damage": 0.25 }, "model": "item/carrot_on_a_stick_1" },
|
|
{ "predicate": { "damage": 0.50 }, "model": "item/carrot_on_a_stick_2" },
|
|
{ "predicate": { "damage": 0.75 }, "model": "item/carrot_on_a_stick_3" }
|
|
]
|
|
} |