summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/azalea.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/azalea.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/item/azalea.json')
-rwxr-xr-xassets/minecraft/models/item/azalea.json78
1 files changed, 78 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/azalea.json b/assets/minecraft/models/item/azalea.json
new file mode 100755
index 00000000..8f156bb3
--- /dev/null
+++ b/assets/minecraft/models/item/azalea.json
@@ -0,0 +1,78 @@
1{
2 "parent": "item/end_portal_frame",
3 "ambientocclusion": false,
4 "textures": {
5 "0": "item/azalea",
6 "particle": "block/azalea_plant",
7 "plant": "block/azalea_plant",
8 "top": "block/azalea_top",
9 "side": "block/azalea_side"
10 },
11 "elements": [
12 {
13 "from": [6, 16, 6],
14 "to": [10, 16, 10],
15 "shade": false,
16 "faces": {
17 "down": {"uv": [0, 0, 16, 16], "texture": "#0"}
18 }
19 },
20 {
21 "from": [0, 16, 0],
22 "to": [16, 16, 16],
23 "faces": {
24 "up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"}
25 }
26 },
27 {
28 "from": [0, 5, 0],
29 "to": [16, 16, 0.01],
30 "faces": {
31 "north": {"uv": [0, 0, 16, 11], "texture": "#side", "cullface": "north"},
32 "south": {"uv": [16, 0, 0, 11], "texture": "#side"}
33 }
34 },
35 {
36 "from": [0, 5, 15.99],
37 "to": [16, 16, 16],
38 "faces": {
39 "north": {"uv": [16, 0, 0, 11], "texture": "#side"},
40 "south": {"uv": [0, 0, 16, 11], "texture": "#side", "cullface": "south"}
41 }
42 },
43 {
44 "from": [0, 5, 0],
45 "to": [0.01, 16, 16],
46 "faces": {
47 "east": {"uv": [16, 0, 0, 11], "texture": "#side"},
48 "west": {"uv": [0, 0, 16, 11], "texture": "#side", "cullface": "west"}
49 }
50 },
51 {
52 "from": [15.99, 5, 0],
53 "to": [16, 16, 16],
54 "faces": {
55 "east": {"uv": [0, 0, 16, 11], "texture": "#side", "cullface": "east"},
56 "west": {"uv": [16, 0, 0, 11], "texture": "#side"}
57 }
58 },
59 {
60 "from": [0.1, 0, 8],
61 "to": [15.9, 15.9, 8],
62 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
63 "faces": {
64 "north": {"uv": [0, 0, 16, 16], "texture": "#plant"},
65 "south": {"uv": [0, 0, 16, 16], "texture": "#plant"}
66 }
67 },
68 {
69 "from": [8, 0, 0.1],
70 "to": [8, 15.9, 15.9],
71 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
72 "faces": {
73 "east": {"uv": [0, 0, 16, 16], "texture": "#plant"},
74 "west": {"uv": [0, 0, 16, 16], "texture": "#plant"}
75 }
76 }
77 ]
78} \ No newline at end of file