summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/goat_horn.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/item/goat_horn.json')
-rwxr-xr-xassets/minecraft/models/item/goat_horn.json36
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}