summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/chest.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/chest.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/item/chest.json')
-rwxr-xr-xassets/minecraft/models/item/chest.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/chest.json b/assets/minecraft/models/item/chest.json
new file mode 100755
index 00000000..867ff0b9
--- /dev/null
+++ b/assets/minecraft/models/item/chest.json
@@ -0,0 +1,39 @@
1{
2 "parent": "builtin/entity",
3 "textures": {
4 "particle": "block/chest_top"
5 },
6 "display": {
7 "gui": {
8 "rotation": [ 30, 315, 0 ],
9 "translation": [ 0, 0, 0],
10 "scale":[ 0.7, 0.7, 0.7 ]
11 },
12 "ground": {
13 "rotation": [ 0, 0, 0 ],
14 "translation": [ 0, 4, 0],
15 "scale":[ 0.35, 0.35, 0.35 ]
16 },
17 "fixed": {
18 "rotation": [ 0, 180, 0 ],
19 "translation": [ 0, 0, 0],
20 "scale":[ 1, 1, 1 ]
21 },
22 "thirdperson_righthand": {
23 "rotation": [ 75, 45, 0 ],
24 "translation": [ 0, 2.5, 0],
25 "scale": [ 0.375, 0.375, 0.375 ]
26 },
27 "firstperson_righthand": {
28 "rotation": [ 0, 45, 0 ],
29 "translation": [ 0, 0, 0 ],
30 "scale": [ 0.40, 0.40, 0.40 ]
31 },
32 "firstperson_lefthand": {
33 "rotation": [ 0, 225, 0 ],
34 "translation": [ 0, 0, 0 ],
35 "scale": [ 0.40, 0.40, 0.40 ]
36 }
37 },
38 "gui_light": "front"
39}