summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/chorus_plant_noside1.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/chorus_plant_noside1.json')
-rwxr-xr-xassets/minecraft/models/block/chorus_plant_noside1.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/chorus_plant_noside1.json b/assets/minecraft/models/block/chorus_plant_noside1.json
new file mode 100755
index 00000000..089608a7
--- /dev/null
+++ b/assets/minecraft/models/block/chorus_plant_noside1.json
@@ -0,0 +1,24 @@
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": [2, 2, 2],
13 "to": [14, 14, 14],
14 "faces": {
15 "north": {"uv": [2, 2, 14, 14], "texture": "#1"},
16 "east": {"uv": [2, 2, 14, 14], "texture": "#1"},
17 "south": {"uv": [2, 2, 14, 14], "texture": "#1"},
18 "west": {"uv": [2, 2, 14, 14], "texture": "#1"},
19 "up": {"uv": [2, 2, 14, 14], "texture": "#2"},
20 "down": {"uv": [2, 2, 14, 14], "texture": "#texture"}
21 }
22 }
23 ]
24} \ No newline at end of file