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