summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/sculk_zombie.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/sculk_zombie.json')
-rwxr-xr-xassets/minecraft/models/block/sculk_zombie.json86
1 files changed, 86 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/sculk_zombie.json b/assets/minecraft/models/block/sculk_zombie.json
new file mode 100755
index 00000000..d7f0c76d
--- /dev/null
+++ b/assets/minecraft/models/block/sculk_zombie.json
@@ -0,0 +1,86 @@
1{
2 "parent": "block/sculk_creeper",
3 "ambientocclusion": false,
4 "textures": {
5 "2": "block/statue_zombie"
6 },
7 "elements": [
8 {
9 "from": [3.9, 23, 2.5],
10 "to": [12.1, 31, 10.5],
11 "faces": {
12 "north": {"uv": [2, 4, 4, 8], "texture": "#2", "cullface": "up"},
13 "east": {"uv": [0, 4, 2, 8], "texture": "#2", "cullface": "up"},
14 "south": {"uv": [6, 4, 8, 8], "texture": "#2", "cullface": "up"},
15 "west": {"uv": [4, 4, 6, 8], "texture": "#2", "cullface": "up"},
16 "up": {"uv": [2, 0, 4, 4], "texture": "#2", "cullface": "up"},
17 "down": {"uv": [4, 0, 6, 4], "texture": "#2", "cullface": "up"}
18 }
19 },
20 {
21 "from": [3, 0, 8],
22 "to": [7, 12, 12],
23 "rotation": {"angle": 0, "axis": "x", "origin": [5, 12, 8]},
24 "faces": {
25 "north": {"uv": [1, 10, 2, 16], "texture": "#2"},
26 "east": {"uv": [0, 10, 1, 16], "texture": "#2"},
27 "south": {"uv": [3, 10, 4, 16], "texture": "#2"},
28 "west": {"uv": [2, 10, 3, 16], "texture": "#2"},
29 "up": {"uv": [1, 8, 2, 10], "texture": "#2"},
30 "down": {"uv": [2, 8, 3, 10], "texture": "#2"}
31 }
32 },
33 {
34 "from": [9.7, 0, 8.1],
35 "to": [13.7, 12, 12.1],
36 "rotation": {"angle": -22.5, "axis": "y", "origin": [10, 12, 8]},
37 "faces": {
38 "north": {"uv": [1, 10, 2, 16], "texture": "#2"},
39 "east": {"uv": [0, 10, 1, 16], "texture": "#2"},
40 "south": {"uv": [3, 10, 4, 16], "texture": "#2"},
41 "west": {"uv": [2, 10, 3, 16], "texture": "#2"},
42 "up": {"uv": [1, 8, 2, 10], "texture": "#2"},
43 "down": {"uv": [2, 8, 3, 10], "texture": "#2"}
44 }
45 },
46 {
47 "from": [12, 19, -2.7],
48 "to": [16, 23, 9.3],
49 "rotation": {"angle": -22.5, "axis": "y", "origin": [12, 22, 8]},
50 "faces": {
51 "north": {"uv": [12, 8, 13, 10], "rotation": 180, "texture": "#2"},
52 "east": {"uv": [10, 10, 11, 16], "rotation": 270, "texture": "#2"},
53 "south": {"uv": [11, 8, 12, 10], "texture": "#2"},
54 "west": {"uv": [12, 10, 13, 16], "rotation": 90, "texture": "#2"},
55 "up": {"uv": [11, 10, 12, 16], "rotation": 180, "texture": "#2"},
56 "down": {"uv": [13, 10, 14, 16], "texture": "#2"}
57 }
58 },
59 {
60 "from": [0, 18.9, -2.4],
61 "to": [4, 22.9, 9.6],
62 "rotation": {"angle": -22.5, "axis": "x", "origin": [3, 22, 8]},
63 "faces": {
64 "north": {"uv": [12, 8, 13, 10], "rotation": 180, "texture": "#2"},
65 "east": {"uv": [10, 10, 11, 16], "rotation": 270, "texture": "#2"},
66 "south": {"uv": [11, 8, 12, 10], "texture": "#2"},
67 "west": {"uv": [12, 10, 13, 16], "rotation": 90, "texture": "#2"},
68 "up": {"uv": [11, 10, 12, 16], "rotation": 180, "texture": "#2"},
69 "down": {"uv": [13, 10, 14, 16], "texture": "#2"}
70 }
71 },
72 {
73 "from": [4, 11, 5],
74 "to": [12, 23, 9],
75 "rotation": {"angle": -22.5, "axis": "x", "origin": [3, 22, 8]},
76 "faces": {
77 "north": {"uv": [5, 10, 7, 16], "texture": "#2"},
78 "east": {"uv": [4, 10, 5, 16], "texture": "#2"},
79 "south": {"uv": [8, 10, 10, 16], "texture": "#2"},
80 "west": {"uv": [7, 10, 8, 16], "texture": "#2"},
81 "up": {"uv": [5, 8, 7, 10], "texture": "#2"},
82 "down": {"uv": [7, 8, 9, 10], "texture": "#2"}
83 }
84 }
85 ]
86} \ No newline at end of file