summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/cactus2.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/cactus2.json')
-rwxr-xr-xassets/minecraft/models/block/cactus2.json76
1 files changed, 76 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/cactus2.json b/assets/minecraft/models/block/cactus2.json
new file mode 100755
index 00000000..49f6f278
--- /dev/null
+++ b/assets/minecraft/models/block/cactus2.json
@@ -0,0 +1,76 @@
1{
2 "ambientocclusion": false,
3 "textures": {
4 "3": "block/cactus_parts",
5 "bottom": "block/cactus_bottom",
6 "top": "block/cactus_top",
7 "particle": "block/cactus_bottom",
8 "side": "block/cactus_side"
9 },
10 "elements": [
11 {
12 "from": [0, 0, 0],
13 "to": [16, 16, 16],
14 "faces": {
15 "up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"},
16 "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
17 }
18 },
19 {
20 "from": [0, 0, 1],
21 "to": [16, 16, 15],
22 "faces": {
23 "north": {"uv": [0, 0, 16, 16], "texture": "#side"},
24 "south": {"uv": [0, 0, 16, 16], "texture": "#side"}
25 }
26 },
27 {
28 "from": [1, 0, 0],
29 "to": [15, 16, 16],
30 "faces": {
31 "east": {"uv": [0, 0, 16, 16], "texture": "#side"},
32 "west": {"uv": [0, 0, 16, 16], "texture": "#side"}
33 }
34 },
35 {
36 "from": [4, 16, 2],
37 "to": [12, 16, 8],
38 "shade": false,
39 "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 16, 8]},
40 "faces": {
41 "up": {"uv": [0, 0, 4, 2.5], "texture": "#3"},
42 "down": {"uv": [0, 0, 4, 2.5], "rotation": 180, "texture": "#3"}
43 }
44 },
45 {
46 "from": [4, 16, 8],
47 "to": [12, 16, 14],
48 "shade": false,
49 "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 16, 8]},
50 "faces": {
51 "up": {"uv": [0, 0, 4, 2.5], "rotation": 180, "texture": "#3"},
52 "down": {"uv": [0, 0, 4, 2.5], "texture": "#3"}
53 }
54 },
55 {
56 "from": [8, 16, 4],
57 "to": [14, 16, 12],
58 "shade": false,
59 "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 16, 8]},
60 "faces": {
61 "up": {"uv": [0, 0, 4, 2.5], "rotation": 90, "texture": "#3"},
62 "down": {"uv": [0, 0, 4, 2.5], "rotation": 90, "texture": "#3"}
63 }
64 },
65 {
66 "from": [2, 16, 4],
67 "to": [8, 16, 12],
68 "shade": false,
69 "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 16, 8]},
70 "faces": {
71 "up": {"uv": [0, 0, 4, 2.5], "rotation": 270, "texture": "#3"},
72 "down": {"uv": [0, 0, 4, 2.5], "rotation": 270, "texture": "#3"}
73 }
74 }
75 ]
76} \ No newline at end of file