summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/cake.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/cake.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/item/cake.json')
-rwxr-xr-xassets/minecraft/models/item/cake.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/cake.json b/assets/minecraft/models/item/cake.json
new file mode 100755
index 00000000..d2de145f
--- /dev/null
+++ b/assets/minecraft/models/item/cake.json
@@ -0,0 +1,43 @@
1{
2 "parent": "item/pumpkin_pie",
3 "textures": {
4 "1": "block/cake_inner",
5 "2": "block/cake_side",
6 "3": "block/cake_top",
7 "4": "item/cake",
8 "particle": "block/cake_bottom"
9 },
10 "elements": [
11 {
12 "from": [6, 0, 6],
13 "to": [10, 0, 10],
14 "shade": false,
15 "faces": {
16 "down": {"uv": [0, 0, 16, 16], "texture": "#4"}
17 }
18 },
19 {
20 "from": [1, 0, 1],
21 "to": [15, 8, 15],
22 "faces": {
23 "north": {"uv": [1, 8, 15, 16], "texture": "#2"},
24 "east": {"uv": [1, 8, 15, 16], "texture": "#1"},
25 "south": {"uv": [1, 8, 15, 16], "texture": "#2"},
26 "west": {"uv": [1, 8, 15, 16], "texture": "#2"},
27 "up": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#3"}
28 }
29 }
30 ],
31 "display": {
32 "thirdperson_righthand": {
33 "rotation": [56.5, 0, 0],
34 "translation": [-6, 2.25, 2.25],
35 "scale": [0.57, 0.57, 0.57]
36 },
37 "thirdperson_lefthand": {
38 "rotation": [56.5, 0, 0],
39 "translation": [-6, 2.25, 2.25],
40 "scale": [0.57, 0.57, 0.57]
41 }
42 }
43} \ No newline at end of file