summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/chorus_leaf.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/chorus_leaf.json')
-rwxr-xr-xassets/minecraft/models/block/chorus_leaf.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/chorus_leaf.json b/assets/minecraft/models/block/chorus_leaf.json
new file mode 100755
index 00000000..98546c68
--- /dev/null
+++ b/assets/minecraft/models/block/chorus_leaf.json
@@ -0,0 +1,32 @@
1{
2 "parent": "block/block",
3 "ambientocclusion": false,
4 "textures": {
5 "2": "block/chorus_vines",
6 "5": "block/chorus_leaf",
7 "particle": "block/chorus_plant"
8 },
9 "elements": [
10 {
11 "from": [0, 8, -16],
12 "to": [16, 8, 6],
13 "rotation": {"angle": -45, "axis": "x", "origin": [8, 8, 8]},
14 "faces": {
15 "up": {"uv": [0, 0, 8, 11.5], "rotation": 180, "texture": "#5"},
16 "down": {"uv": [0, 0, 8, 11.5], "texture": "#5"}
17 }
18 },
19 {
20 "from": [8, -16, -3],
21 "to": [8, 3, 13],
22 "faces": {
23 "north": {"uv": [0, 0, 0, 16], "texture": "#missing"},
24 "east": {"uv": [8, 0, 0, 8], "texture": "#2"},
25 "south": {"uv": [0, 0, 0, 16], "texture": "#missing"},
26 "west": {"uv": [16, 0, 8, 8], "texture": "#2"},
27 "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#missing"},
28 "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#missing"}
29 }
30 }
31 ]
32} \ No newline at end of file