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/goat_horn.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/item/goat_horn.json')
| -rwxr-xr-x | assets/minecraft/models/item/goat_horn.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/goat_horn.json b/assets/minecraft/models/item/goat_horn.json new file mode 100755 index 00000000..eb549504 --- /dev/null +++ b/assets/minecraft/models/item/goat_horn.json | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/generated", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "item/goat_horn" | ||
| 5 | }, | ||
| 6 | "display": { | ||
| 7 | "thirdperson_righthand": { | ||
| 8 | "rotation": [ 0, 180, 0 ], | ||
| 9 | "translation": [ 0, 3, 1 ], | ||
| 10 | "scale": [ 0.55, 0.55, 0.55 ] | ||
| 11 | }, | ||
| 12 | "thirdperson_lefthand": { | ||
| 13 | "rotation": [ 0, 0, 0 ], | ||
| 14 | "translation": [ 0, 3, 1 ], | ||
| 15 | "scale": [ 0.55, 0.55, 0.55 ] | ||
| 16 | }, | ||
| 17 | "firstperson_righthand": { | ||
| 18 | "rotation": [ 0, -90, 25 ], | ||
| 19 | "translation": [ 1.13, 3.2, 1.13 ], | ||
| 20 | "scale": [ 0.68, 0.68, 0.68 ] | ||
| 21 | }, | ||
| 22 | "firstperson_lefthand": { | ||
| 23 | "rotation": [ 0, 90, -25 ], | ||
| 24 | "translation": [ 1.13, 3.2, 1.13 ], | ||
| 25 | "scale": [ 0.68, 0.68, 0.68 ] | ||
| 26 | } | ||
| 27 | }, | ||
| 28 | "overrides": [ | ||
| 29 | { | ||
| 30 | "predicate": { | ||
| 31 | "tooting": 1 | ||
| 32 | }, | ||
| 33 | "model": "item/tooting_goat_horn" | ||
| 34 | } | ||
| 35 | ] | ||
| 36 | } | ||