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