summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/template_skull.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/item/template_skull.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/item/template_skull.json')
-rwxr-xr-xassets/minecraft/models/item/template_skull.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/template_skull.json b/assets/minecraft/models/item/template_skull.json
new file mode 100755
index 00000000..0e64daeb
--- /dev/null
+++ b/assets/minecraft/models/item/template_skull.json
@@ -0,0 +1,38 @@
1{
2 "parent": "item/chest",
3 "textures": {
4 "particle": "block/soul_sand"
5 },
6 "display": {
7 "gui": {
8 "rotation": [ 30, 45, 0 ],
9 "translation": [ 0, 5, 0],
10 "scale":[ 1.4, 1.4, 1.4 ]
11 },
12 "ground": {
13 "rotation": [ 0, 180, 0 ],
14 "translation": [ 0, 4, 0],
15 "scale":[ 0.6, 0.6, 0.6 ]
16 },
17 "fixed": {
18 "rotation": [ 0, 180, 0 ],
19 "translation": [ 0, 6, 0],
20 "scale":[ 1.5, 1.5, 1.5 ]
21 },
22 "thirdperson_righthand": {
23 "rotation": [ 75, 225, 0 ],
24 "translation": [ 0, 3, 3 ],
25 "scale": [ 0.6, 0.6, 0.6 ]
26 },
27 "firstperson_righthand": {
28 "rotation": [ 0, 200, 0 ],
29 "translation": [ 5, 3, 0 ],
30 "scale": [ 0.40, 0.40, 0.40 ]
31 },
32 "firstperson_lefthand": {
33 "rotation": [ 0, 200, 0 ],
34 "translation": [ 5, 3, 0 ],
35 "scale": [ 0.40, 0.40, 0.40 ]
36 }
37 }
38}