diff options
Diffstat (limited to 'assets/minecraft/models/item/carrot_on_a_stick.json')
| -rwxr-xr-x | assets/minecraft/models/item/carrot_on_a_stick.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/carrot_on_a_stick.json b/assets/minecraft/models/item/carrot_on_a_stick.json new file mode 100755 index 00000000..e8372a06 --- /dev/null +++ b/assets/minecraft/models/item/carrot_on_a_stick.json | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/fishing_rod", | ||
| 3 | "textures": { | ||
| 4 | "0": "item/carrot_on_a_stick_model", | ||
| 5 | "particle": "item/carrot" | ||
| 6 | }, | ||
| 7 | "overrides": [ | ||
| 8 | { "predicate": { "damage": 0.25 }, "model": "item/carrot_on_a_stick_1" }, | ||
| 9 | { "predicate": { "damage": 0.50 }, "model": "item/carrot_on_a_stick_2" }, | ||
| 10 | { "predicate": { "damage": 0.75 }, "model": "item/carrot_on_a_stick_3" } | ||
| 11 | ] | ||
| 12 | } \ No newline at end of file | ||