blob: e8372a0629de481162f2e55583a2afbc56fb619c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"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" }
]
}
|