summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/sunflower_top.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/sunflower_top.json')
-rwxr-xr-xassets/minecraft/models/block/sunflower_top.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/sunflower_top.json b/assets/minecraft/models/block/sunflower_top.json
new file mode 100755
index 00000000..0a0a84d3
--- /dev/null
+++ b/assets/minecraft/models/block/sunflower_top.json
@@ -0,0 +1,41 @@
1{
2 "texture_size": [16, 32],
3 "textures": {
4 "cross": "block/sunflower_stem",
5 "back": "block/sunflower_back",
6 "particle": "block/air",
7 "front": "block/sunflower_front"
8 },
9 "elements": [
10 {
11 "from": [0.8, -16, 8],
12 "to": [15.2, 16, 8],
13 "shade": false,
14 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
15 "faces": {
16 "north": {"uv": [0, 0, 16, 16], "texture": "#cross"},
17 "south": {"uv": [0, 0, 16, 16], "texture": "#cross"}
18 }
19 },
20 {
21 "from": [8, -16, 0.8],
22 "to": [8, 16, 15.2],
23 "shade": false,
24 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
25 "faces": {
26 "east": {"uv": [0, 0, 16, 16], "texture": "#cross"},
27 "west": {"uv": [0, 0, 16, 16], "texture": "#cross"}
28 }
29 },
30 {
31 "from": [9.6, -1, 1],
32 "to": [9.6, 15, 15],
33 "shade": false,
34 "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 8], "rescale": true},
35 "faces": {
36 "east": {"uv": [0, 0, 16, 16], "texture": "#front"},
37 "west": {"uv": [0, 0, 16, 16], "texture": "#back"}
38 }
39 }
40 ]
41} \ No newline at end of file