summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/red_tulip.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/red_tulip.json')
-rwxr-xr-xassets/minecraft/models/block/red_tulip.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/red_tulip.json b/assets/minecraft/models/block/red_tulip.json
new file mode 100755
index 00000000..f87b5015
--- /dev/null
+++ b/assets/minecraft/models/block/red_tulip.json
@@ -0,0 +1,54 @@
1{
2 "ambientocclusion": false,
3 "textures": {
4 "1": "block/flower/red_tulip",
5 "2": "block/flower/red_tulip_stem",
6 "particle": "block/air"
7 },
8 "elements": [
9 {
10 "from": [0.8, 0, 8],
11 "to": [15.2, 16, 8],
12 "shade": false,
13 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
14 "faces": {
15 "north": {"uv": [0, 0, 16, 16], "texture": "#2"},
16 "south": {"uv": [0, 0, 16, 16], "texture": "#2"}
17 }
18 },
19 {
20 "from": [8, 0, 0.8],
21 "to": [8, 16, 15.2],
22 "shade": false,
23 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
24 "faces": {
25 "east": {"uv": [0, 0, 16, 16], "texture": "#2"},
26 "west": {"uv": [0, 0, 16, 16], "texture": "#2"}
27 }
28 },
29 {
30 "from": [6.5, 9, 6.5],
31 "to": [9.5, 13, 9.5],
32 "shade": false,
33 "faces": {
34 "north": {"uv": [3, 3, 6, 7], "texture": "#1"},
35 "east": {"uv": [6, 3, 9, 7], "texture": "#1"},
36 "south": {"uv": [9, 3, 12, 7], "texture": "#1"},
37 "west": {"uv": [0, 3, 3, 7], "texture": "#1"},
38 "down": {"uv": [6, 0, 9, 3], "texture": "#1"}
39 }
40 },
41 {
42 "from": [9.5, 9, 6.5],
43 "to": [6.5, 13, 9.5],
44 "shade": false,
45 "faces": {
46 "north": {"uv": [3, 10, 6, 14], "texture": "#1"},
47 "east": {"uv": [6, 10, 9, 14], "texture": "#1"},
48 "south": {"uv": [9, 10, 12, 14], "texture": "#1"},
49 "west": {"uv": [0, 10, 3, 14], "texture": "#1"},
50 "down": {"uv": [6, 7, 9, 10], "texture": "#1"}
51 }
52 }
53 ]
54} \ No newline at end of file