summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/comparator.json
blob: 0da4edf01b0413c0e5b4ecebe8bbb556ad810e48 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
	"ambientocclusion": false,
	"textures": {
		"0": "block/repeater/comparator",
		"particle": "block/air"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 2, 16],
			"faces": {
				"north": {"uv": [8, 5, 16, 6], "texture": "#0", "cullface": "north"},
				"east": {"uv": [16, 6, 8, 7], "texture": "#0", "cullface": "east"},
				"south": {"uv": [8, 7, 16, 8], "texture": "#0", "cullface": "south"},
				"west": {"uv": [8, 6, 16, 7], "texture": "#0", "cullface": "west"},
				"up": {"uv": [0, 8, 8, 16], "texture": "#0"},
				"down": {"uv": [8, 16, 16, 8], "texture": "#0", "cullface": "down"}
			}
		},
		{
			"shade": false,
			"from": [6, 2, 2],
			"to": [10, 6, 4],
			"faces": {
				"north": {"uv": [6, 0, 8, 2], "texture": "#0"},
				"south": {"uv": [6, 0, 8, 2], "texture": "#0"}
			}
		},
		{
			"shade": false,
			"from": [7, 2, 1],
			"to": [9, 6, 5],
			"faces": {
				"east": {"uv": [6, 0, 8, 2], "texture": "#0"},
				"west": {"uv": [6, 0, 8, 2], "texture": "#0"}
			}
		},
		{
			"shade": false,
			"from": [4, 2, 10],
			"to": [6, 6, 14],
			"faces": {
				"east": {"uv": [1.5, 6, 3.5, 8], "texture": "#0"},
				"west": {"uv": [1.5, 6, 3.5, 8], "texture": "#0"}
			}
		},
		{
			"shade": false,
			"from": [10, 2, 10],
			"to": [12, 6, 14],
			"faces": {
				"east": {"uv": [4.5, 6, 6.5, 8], "texture": "#0"},
				"west": {"uv": [4.5, 6, 6.5, 8], "texture": "#0"}
			}
		},
		{
			"shade": false,
			"from": [3, 2, 11],
			"to": [13, 6, 13],
			"faces": {
				"north": {"uv": [1.5, 6, 6.5, 8], "texture": "#0"},
				"south": {"uv": [6.5, 6, 1.5, 8], "texture": "#0"}
			}
		},
		{
			"shade": false,
			"from": [4, 5, 2],
			"to": [12, 5, 13],
			"faces": {
				"up": {"uv": [2, 0.5, 6, 6], "texture": "#0"}
			}
		}
	]
}