summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/bowl.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/bowl.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/item/bowl.json')
-rwxr-xr-xassets/minecraft/models/item/bowl.json84
1 files changed, 84 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/bowl.json b/assets/minecraft/models/item/bowl.json
new file mode 100755
index 00000000..d65014a7
--- /dev/null
+++ b/assets/minecraft/models/item/bowl.json
@@ -0,0 +1,84 @@
1{
2 "parent": "item/bucket",
3 "textures": {
4 "1": "item/bowl_model",
5 "particle": "item/bowl"
6 },
7 "elements": [
8 {
9 "from": [6, 4, 6],
10 "to": [10, 4, 10],
11 "shade": false,
12 "faces": {
13 "down": {"uv": [8, 8, 16, 16], "texture": "#1"}
14 }
15 },
16 {
17 "from": [3, 0, 3],
18 "to": [13, 4, 13],
19 "shade": false,
20 "faces": {
21 "north": {"uv": [0, 5, 5, 7], "texture": "#1"},
22 "east": {"uv": [0, 5, 5, 7], "texture": "#1"},
23 "south": {"uv": [0, 5, 5, 7], "texture": "#1"},
24 "west": {"uv": [0, 5, 5, 7], "texture": "#1"},
25 "up": {"uv": [0, 0, 5, 5], "texture": "#1"}
26 }
27 },
28 {
29 "from": [12, 4, 12],
30 "to": [4, 1, 4],
31 "shade": false,
32 "faces": {
33 "north": {"uv": [5.5, 6, 9.5, 4.5], "rotation": 180, "texture": "#1"},
34 "east": {"uv": [5.5, 6, 9.5, 4.5], "rotation": 180, "texture": "#1"},
35 "south": {"uv": [5.5, 6, 9.5, 4.5], "rotation": 180, "texture": "#1"},
36 "west": {"uv": [5.5, 6, 9.5, 4.5], "rotation": 180, "texture": "#1"},
37 "up": {"uv": [5.5, 0.5, 9.5, 4.5], "texture": "#1"}
38 }
39 },
40 {
41 "from": [12, 4, 12],
42 "to": [4, 3, 4],
43 "shade": false,
44 "faces": {
45 "up": {"uv": [10, 0.5, 14, 4.5], "texture": "#1"}
46 }
47 },
48 {
49 "from": [0, 0, 8],
50 "to": [16, 16, 8],
51 "shade": false,
52 "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]},
53 "faces": {
54 "north": {"uv": [7.5, 8, 0, 16], "texture": "#1"},
55 "south": {"uv": [0, 8, 7.5, 16], "texture": "#1"}
56 }
57 }
58 ],
59 "display": {
60 "thirdperson_righthand": {
61 "rotation": [68, 0, 0],
62 "translation": [0, 5, 3.5],
63 "scale": [0.8, 0.8, 0.8]
64 },
65 "thirdperson_lefthand": {
66 "rotation": [68, 0, 0],
67 "translation": [0, 5, 3.5],
68 "scale": [0.8, 0.8, 0.8]
69 },
70 "firstperson_righthand": {
71 "rotation": [26, -41, 12],
72 "translation": [1.75, 6.5, 0]
73 },
74 "firstperson_lefthand": {
75 "rotation": [26, -41, 12],
76 "translation": [1.75, 6.5, 0]
77 },
78 "head": {
79 "rotation": [-157.75, 0, 0],
80 "translation": [0, -5, -2.75],
81 "scale": [2, 2, 2]
82 }
83 }
84} \ No newline at end of file