-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsculk_jaw.json
50 lines (50 loc) · 1.65 KB
/
sculk_jaw.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"parent": "block/block",
"textures": {
"particle": "wild_wind:block/sculk_catalyst_side",
"teeth": "wild_wind:block/sculk_jaw_teeth",
"top": "wild_wind:block/sculk_jaw_top",
"bottom": "wild_wind:block/sculk_catalyst_bottom",
"side": "wild_wind:block/sculk_catalyst_side"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#side"},
"east": {"uv": [0, 0, 16, 16], "texture": "#side"},
"south": {"uv": [0, 0, 16, 16], "texture": "#side"},
"west": {"uv": [0, 0, 16, 16], "texture": "#side"},
"up": {"uv": [0, 0, 16, 16], "texture": "#top"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom"}
}
},
{
"from": [2.75, 20.5, 0],
"to": [7.75, 20.5, 16],
"rotation": {"angle": -22.5, "axis": "z", "origin": [0, 0, 0]},
"faces": {
"north": {"uv": [1, 13, 6, 14], "texture": "#teeth"},
"east": {"uv": [13, 13, 15, 14], "texture": "#teeth"},
"south": {"uv": [10, 12, 15, 13], "texture": "#teeth"},
"west": {"uv": [10, 12, 12, 13], "texture": "#teeth"},
"up": {"uv": [10, 0, 16, 16], "texture": "#teeth"},
"down": {"uv": [10, 0, 16, 16], "texture": "#teeth"}
}
},
{
"from": [7, 14.5, 0],
"to": [12, 14.5, 16],
"rotation": {"angle": 22.5, "axis": "z", "origin": [0, 0, 0]},
"faces": {
"north": {"uv": [10, 2, 15, 3], "texture": "#teeth"},
"east": {"uv": [10, 3, 12, 4], "texture": "#teeth"},
"south": {"uv": [1, 3, 6, 4], "texture": "#teeth"},
"west": {"uv": [1, 2, 3, 3], "texture": "#teeth"},
"up": {"uv": [0, 0, 6, 16], "texture": "#teeth"},
"down": {"uv": [0, 0, 6, 16], "texture": "#teeth"}
}
}
]
}