summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/chorus_plant_side.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/chorus_plant_side.json')
-rwxr-xr-xassets/minecraft/models/block/chorus_plant_side.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/chorus_plant_side.json b/assets/minecraft/models/block/chorus_plant_side.json
new file mode 100755
index 00000000..c6449eee
--- /dev/null
+++ b/assets/minecraft/models/block/chorus_plant_side.json
@@ -0,0 +1,23 @@
1{
2 "parent": "block/block",
3 "ambientocclusion": false,
4 "textures": {
5 "1": "block/chorus_plant_side",
6 "2": "block/chorus_plant_top",
7 "particle": "block/chorus_plant",
8 "texture": "block/chorus_plant"
9 },
10 "elements": [
11 {
12 "from": [3, 3, 0],
13 "to": [13, 13, 3],
14 "faces": {
15 "north": {"uv": [3, 3, 13, 13], "texture": "#1", "cullface": "north"},
16 "east": {"uv": [13, 3, 16, 13], "texture": "#1"},
17 "west": {"uv": [0, 3, 3, 13], "texture": "#1"},
18 "up": {"uv": [3, 0, 13, 3], "texture": "#2"},
19 "down": {"uv": [3, 13, 13, 16], "texture": "#texture"}
20 }
21 }
22 ]
23} \ No newline at end of file