summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/flowering_azalea_leaves.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/flowering_azalea_leaves.json')
-rwxr-xr-xassets/minecraft/models/block/flowering_azalea_leaves.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/flowering_azalea_leaves.json b/assets/minecraft/models/block/flowering_azalea_leaves.json
new file mode 100755
index 00000000..a8fa832b
--- /dev/null
+++ b/assets/minecraft/models/block/flowering_azalea_leaves.json
@@ -0,0 +1,38 @@
1{
2 "parent": "block/block",
3 "textures": {
4 "1": "block/flowering_azalea_leaves_tree",
5 "2": "block/flowering_azalea_leaves",
6 "particle": "block/flowering_azalea_leaves"
7 },
8 "elements": [
9 {
10 "from": [0, 0, 0],
11 "to": [16, 16, 16],
12 "faces": {
13 "north": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "north"},
14 "east": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "east"},
15 "south": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "south"},
16 "west": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "west"},
17 "up": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "up"},
18 "down": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "down"}
19 }
20 },
21 {
22 "from": [0, -16, 8],
23 "to": [16, 0, 8],
24 "faces": {
25 "north": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "down"},
26 "south": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "down"}
27 }
28 },
29 {
30 "from": [8, -14, 0],
31 "to": [8, 2, 16],
32 "faces": {
33 "east": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "down"},
34 "west": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "down"}
35 }
36 }
37 ]
38} \ No newline at end of file