diff options
| author | 2024-01-20 02:25:44 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:25:44 +0200 | |
| commit | 88e4e8852a5f1c33794abe430411b73c3ade507a (patch) | |
| tree | b8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/item/carrot_on_a_stick.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
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 | ||