summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/stem_growth1.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/stem_growth1.json')
-rwxr-xr-xassets/minecraft/models/block/stem_growth1.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/stem_growth1.json b/assets/minecraft/models/block/stem_growth1.json
new file mode 100755
index 00000000..ca4e46f6
--- /dev/null
+++ b/assets/minecraft/models/block/stem_growth1.json
@@ -0,0 +1,24 @@
1{
2 "ambientocclusion": false,
3 "textures": {
4 "particle": "#stem"
5 },
6 "elements": [
7 { "from": [ 0, -1, 8 ],
8 "to": [ 16, 3, 8 ],
9 "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45 },
10 "faces": {
11 "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" },
12 "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem" }
13 }
14 },
15 { "from": [ 8, -1, 0 ],
16 "to": [ 8, 3, 16 ],
17 "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45 },
18 "faces": {
19 "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" },
20 "east": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem" }
21 }
22 }
23 ]
24}