summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/potted_cactus.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/potted_cactus.json')
-rwxr-xr-xassets/minecraft/models/block/potted_cactus.json100
1 files changed, 100 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/potted_cactus.json b/assets/minecraft/models/block/potted_cactus.json
new file mode 100755
index 00000000..1c14437c
--- /dev/null
+++ b/assets/minecraft/models/block/potted_cactus.json
@@ -0,0 +1,100 @@
1{
2 "credit": "Made with Blockbench",
3 "ambientocclusion": false,
4 "textures": {
5 "3": "block/potted_cactus",
6 "particle": "block/flower_pot",
7 "flowerpot": "block/flower_pot",
8 "flowerpot2": "block/flower_pot_hanging",
9 "vines": "block/flower_pot_cactus"
10 },
11 "elements": [
12 {
13 "from": [5, 0, 5],
14 "to": [11, 6, 11],
15 "faces": {
16 "north": {"uv": [5, 10, 11, 16], "texture": "#flowerpot"},
17 "east": {"uv": [5, 10, 11, 16], "texture": "#flowerpot"},
18 "south": {"uv": [5, 10, 11, 16], "texture": "#flowerpot"},
19 "west": {"uv": [5, 10, 11, 16], "texture": "#flowerpot"},
20 "up": {"uv": [5, 5, 11, 11], "texture": "#flowerpot"},
21 "down": {"uv": [5, 0, 11, 6], "texture": "#flowerpot", "cullface": "down"}
22 }
23 },
24 {
25 "from": [2, -1.9, 2],
26 "to": [14, 6.1, 14],
27 "faces": {
28 "up": {"uv": [0, 0, 6, 6], "texture": "#vines", "cullface": "down"},
29 "down": {"uv": [1, 5, 7, 11], "texture": "#flowerpot2", "cullface": "down"}
30 }
31 },
32 {
33 "from": [2, -13.9, 2],
34 "to": [14, 6.1, 14],
35 "faces": {
36 "north": {"uv": [0, 6, 6, 16], "texture": "#vines", "cullface": "down"},
37 "east": {"uv": [0, 6, 6, 16], "texture": "#vines", "cullface": "down"},
38 "south": {"uv": [0, 6, 6, 16], "texture": "#vines", "cullface": "down"},
39 "west": {"uv": [0, 6, 6, 16], "texture": "#vines", "cullface": "down"}
40 }
41 },
42 {
43 "from": [8, 6, 0],
44 "to": [8, 16, 16],
45 "shade": false,
46 "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]},
47 "faces": {
48 "east": {"uv": [0, 0, 8, 5], "texture": "#flowerpot2", "cullface": "down"},
49 "west": {"uv": [0, 0, 8, 5], "texture": "#flowerpot2", "cullface": "down"}
50 }
51 },
52 {
53 "from": [0, 6, 8],
54 "to": [16, 16, 8],
55 "shade": false,
56 "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]},
57 "faces": {
58 "north": {"uv": [0, 0, 8, 5], "texture": "#flowerpot2", "cullface": "down"},
59 "south": {"uv": [0, 0, 8, 5], "texture": "#flowerpot2", "cullface": "down"}
60 }
61 },
62 {
63 "from": [8, -13.85, -1.7],
64 "to": [8, 18.05, 17.7],
65 "shade": false,
66 "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 13, 8]},
67 "faces": {
68 "east": {"uv": [6, 0, 15, 16], "texture": "#vines", "cullface": "down", "tintindex": 0},
69 "west": {"uv": [6, 0, 15, 16], "texture": "#vines", "cullface": "down", "tintindex": 0}
70 }
71 },
72 {
73 "from": [-1.7, -13.85, 8],
74 "to": [17.7, 18.05, 8],
75 "shade": false,
76 "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 13, 8]},
77 "faces": {
78 "north": {"uv": [6, 0, 15, 16], "texture": "#vines", "cullface": "down", "tintindex": 0},
79 "south": {"uv": [6, 0, 15, 16], "texture": "#vines", "cullface": "down", "tintindex": 0}
80 }
81 },
82 {
83 "from": [6, 5, 5],
84 "to": [10, 16, 11],
85 "faces": {
86 "east": {"uv": [5, 5, 11, 16], "texture": "#3"},
87 "west": {"uv": [5, 5, 11, 16], "texture": "#3"},
88 "up": {"uv": [5, 1, 11, 5], "rotation": 90, "texture": "#3", "cullface": "up"}
89 }
90 },
91 {
92 "from": [5, 5, 6],
93 "to": [11, 16, 10],
94 "faces": {
95 "north": {"uv": [5, 5, 11, 16], "texture": "#3"},
96 "south": {"uv": [5, 5, 11, 16], "texture": "#3"}
97 }
98 }
99 ]
100} \ No newline at end of file