From 88e4e8852a5f1c33794abe430411b73c3ade507a Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 20 Jan 2024 02:25:44 +0200 Subject: Initial import --- assets/minecraft/models/item/carrot_on_a_stick.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 assets/minecraft/models/item/carrot_on_a_stick.json (limited to 'assets/minecraft/models/item/carrot_on_a_stick.json') 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 @@ +{ + "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" } + ] +} \ No newline at end of file -- cgit v1.2.3