summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/tooting_goat_horn.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/item/tooting_goat_horn.json')
-rwxr-xr-xassets/minecraft/models/item/tooting_goat_horn.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/tooting_goat_horn.json b/assets/minecraft/models/item/tooting_goat_horn.json
new file mode 100755
index 00000000..c412562e
--- /dev/null
+++ b/assets/minecraft/models/item/tooting_goat_horn.json
@@ -0,0 +1,26 @@
1{
2 "parent": "item/generated",
3 "textures": {
4 "layer0": "item/goat_horn"
5 },
6 "display": {
7 "thirdperson_righthand": {
8 "rotation": [ 0, -125, 0 ],
9 "translation": [ -1, 2, 2 ],
10 "scale": [ 0.5, 0.5, 0.5 ]
11 },
12 "thirdperson_lefthand": {
13 "rotation": [ 0, 55, 0 ],
14 "translation": [ -1, 2, 2 ],
15 "scale": [ 0.5, 0.5, 0.5 ]
16 },
17 "firstperson_righthand": {
18 "rotation": [ 0, -55, -5 ],
19 "translation": [ -1, -2.5, -7.5 ]
20 },
21 "firstperson_lefthand": {
22 "rotation": [ 0, 115, 5 ],
23 "translation": [ 0 , -2.5, -7.5 ]
24 }
25 }
26}