summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/coral_fan.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/coral_fan.json')
-rwxr-xr-xassets/minecraft/models/block/coral_fan.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/coral_fan.json b/assets/minecraft/models/block/coral_fan.json
new file mode 100755
index 00000000..b0661e75
--- /dev/null
+++ b/assets/minecraft/models/block/coral_fan.json
@@ -0,0 +1,44 @@
1{
2 "ambientocclusion": false,
3 "textures": {
4 "particle": "#fan"
5 },
6 "elements": [
7 { "from": [ 8, 0, 0 ],
8 "to": [ 24, 0, 16 ],
9 "rotation": { "origin": [ 8, 0, 0 ], "axis": "z", "angle": 22.5, "rescale": false },
10 "shade": false,
11 "faces": {
12 "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan", "rotation": 90 },
13 "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#fan", "rotation": 270, "cullface": "down" }
14 }
15 },
16 { "from": [ -8, 0, 0 ],
17 "to": [ 8, 0, 16 ],
18 "rotation": { "origin": [ 8, 0, 0 ], "axis": "z", "angle": -22.5, "rescale": false },
19 "shade": false,
20 "faces": {
21 "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan", "rotation": 270 },
22 "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#fan", "rotation": 90, "cullface": "down" }
23 }
24 },
25 { "from": [ 0, 0, 8 ],
26 "to": [ 16, 0, 24 ],
27 "rotation": { "origin": [ 0, 0, 8 ], "axis": "x", "angle": -22.5, "rescale": false },
28 "shade": false,
29 "faces": {
30 "up": { "uv": [ 16, 16, 0, 0 ], "texture": "#fan" },
31 "down": { "uv": [ 16, 0, 0, 16 ], "texture": "#fan", "cullface": "down" }
32 }
33 },
34 { "from": [ 0, 0, -8 ],
35 "to": [ 16, 0, 8 ],
36 "rotation": { "origin": [ 0, 0, 8 ], "axis": "x", "angle": 22.5, "rescale": false },
37 "shade": false,
38 "faces": {
39 "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan" },
40 "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#fan", "cullface": "down" }
41 }
42 }
43 ]
44}