summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/chorus_vine.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/block/chorus_vine.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/chorus_vine.json')
-rwxr-xr-xassets/minecraft/models/block/chorus_vine.json68
1 files changed, 68 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/chorus_vine.json b/assets/minecraft/models/block/chorus_vine.json
new file mode 100755
index 00000000..0f8ad5b8
--- /dev/null
+++ b/assets/minecraft/models/block/chorus_vine.json
@@ -0,0 +1,68 @@
1{
2 "parent": "block/block",
3 "ambientocclusion": false,
4 "textures": {
5 "2": "block/chorus_plant_top",
6 "4": "block/chorus_vines",
7 "5": "block/chorus_leaf",
8 "3_1": "block/chorus_plant_side",
9 "particle": "block/chorus_plant",
10 "texture": "block/chorus_plant"
11 },
12 "elements": [
13 {
14 "from": [3, 3, 0],
15 "to": [13, 13, 3],
16 "faces": {
17 "north": {"uv": [3, 3, 13, 13], "texture": "#3_1", "cullface": "north"},
18 "east": {"uv": [13, 3, 16, 13], "texture": "#3_1"},
19 "west": {"uv": [0, 3, 3, 13], "texture": "#3_1"},
20 "up": {"uv": [3, 0, 13, 3], "texture": "#2"},
21 "down": {"uv": [3, 13, 13, 16], "texture": "#texture"}
22 }
23 },
24 {
25 "from": [0, 8, 10],
26 "to": [16, 8, 32],
27 "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 8, 8]},
28 "faces": {
29 "up": {"uv": [0, 0, 8, 11.5], "texture": "#5"},
30 "down": {"uv": [0, 0, 8, 11.5], "rotation": 180, "texture": "#5"}
31 }
32 },
33 {
34 "from": [8, -13, -3],
35 "to": [8, 3, 29],
36 "faces": {
37 "east": {"uv": [16, 8, 0, 16], "texture": "#4"},
38 "west": {"uv": [0, 8, 16, 16], "texture": "#4"}
39 }
40 },
41 {
42 "from": [-10, -14, 8],
43 "to": [26, 6, 8],
44 "faces": {
45 "north": {"uv": [16, 0, 0, 8], "texture": "#4"},
46 "south": {"uv": [16, 0, 0, 8], "texture": "#4"}
47 }
48 },
49 {
50 "from": [-16, 8, 0],
51 "to": [6, 8, 16],
52 "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 8]},
53 "faces": {
54 "up": {"uv": [0, 0, 8, 11.5], "rotation": 90, "texture": "#5"},
55 "down": {"uv": [0, 0, 8, 11.5], "rotation": 90, "texture": "#5"}
56 }
57 },
58 {
59 "from": [10, 8, 0],
60 "to": [32, 8, 16],
61 "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 8]},
62 "faces": {
63 "up": {"uv": [0, 0, 8, 11.5], "rotation": 270, "texture": "#5"},
64 "down": {"uv": [0, 0, 8, 11.5], "rotation": 270, "texture": "#5"}
65 }
66 }
67 ]
68} \ No newline at end of file