summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/repeater_3tick.json
blob: edc43ad488cf7f37c5cf7d1c547d306456884259 (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
{
	"ambientocclusion": false,
	"texture_size": [32, 16],
	"textures": {
		"0": "block/repeater/repeater_3",
		"2": "block/repeater/repeater_base_off",
		"particle": "block/air"
	},
	"elements": [
		{
			"shade": false,
			"from": [6, 2, 2],
			"to": [10, 6, 4],
			"faces": {
				"north": {"uv": [0.5, 12, 2.5, 16], "texture": "#0"},
				"south": {"uv": [0.5, 12, 2.5, 16], "texture": "#0"}
			}
		},
		{
			"from": [0, 0, 0],
			"to": [16, 2, 16],
			"faces": {
				"north": {"uv": [8, 14, 16, 16], "texture": "#0", "cullface": "north"},
				"east": {"uv": [16, 16, 15, 0], "rotation": 270, "texture": "#0", "cullface": "east"},
				"south": {"uv": [8, 14, 16, 16], "texture": "#0", "cullface": "south"},
				"west": {"uv": [9, 16, 8, 0], "rotation": 90, "texture": "#0", "cullface": "west"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#2"},
				"down": {"uv": [8, 16, 16, 0], "texture": "#0", "cullface": "down"}
			}
		},
		{
			"shade": false,
			"from": [6, 2, 10],
			"to": [10, 6, 12],
			"faces": {
				"north": {"uv": [4.5, 12, 6.5, 16], "texture": "#0"},
				"south": {"uv": [4.5, 12, 6.5, 16], "texture": "#0"}
			}
		},
		{
			"shade": false,
			"from": [7, 2, 1],
			"to": [9, 6, 15],
			"faces": {
				"east": {"uv": [7.5, 12, 0.5, 16], "texture": "#0"},
				"west": {"uv": [0.5, 12, 7.5, 16], "texture": "#0"}
			}
		},
		{
			"shade": false,
			"from": [7, 5, 2],
			"to": [9, 5, 14],
			"faces": {
				"up": {"uv": [1, 10, 7, 12], "rotation": 90, "texture": "#0"}
			}
		}
	]
}