summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/sculk_shrieker.json
blob: 7198508c88f31a0f6a03f11ec4a7dd3d48b71cd6 (plain) (blame)
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
51
52
53
54
{
	"parent": "block/block",
	"textures": {
		"4": "block/sculk_shrieker_side_outer",
		"particle": "block/sculk_particle",
		"bottom": "block/sculk_shrieker_bottom",
		"side": "block/sculk_shrieker_side",
		"top": "block/sculk_shrieker_top",
		"inner_top": "block/sculk_shrieker_inner_top"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 8, 16],
			"faces": {
				"up": {"uv": [0, 0, 16, 16], "texture": "#inner_top"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
			}
		},
		{
			"from": [0, 0, 0],
			"to": [16, 10, 16],
			"faces": {
				"north": {"uv": [0, 6, 16, 16], "texture": "#4", "cullface": "north"},
				"east": {"uv": [0, 6, 16, 16], "texture": "#4", "cullface": "east"},
				"south": {"uv": [0, 6, 16, 16], "texture": "#4", "cullface": "south"},
				"west": {"uv": [0, 6, 16, 16], "texture": "#4", "cullface": "west"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
			}
		},
		{
			"from": [1, 8, 1],
			"to": [15, 16, 15],
			"faces": {
				"north": {"uv": [1, 0, 15, 8], "texture": "#side"},
				"east": {"uv": [1, 0, 15, 8], "texture": "#side"},
				"south": {"uv": [1, 0, 15, 8], "texture": "#side"},
				"west": {"uv": [1, 0, 15, 8], "texture": "#side"},
				"up": {"uv": [1, 1, 15, 15], "texture": "#top", "cullface": "up"}
			}
		},
		{
			"from": [15, 8, 1],
			"to": [1, 16, 15],
			"faces": {
				"north": {"uv": [1, 0, 15, 8], "texture": "#side"},
				"east": {"uv": [1, 0, 15, 8], "texture": "#side"},
				"south": {"uv": [1, 0, 15, 8], "texture": "#side"},
				"west": {"uv": [1, 0, 15, 8], "texture": "#side"},
				"up": {"uv": [1, 1, 15, 15], "texture": "#top", "cullface": "up"}
			}
		}
	]
}