summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/target_1.json
blob: 54a7179abbd1a70873a23a29c3a315d79b79e3e8 (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
{
	"textures": {
		"0": "block/target_side",
		"1": "block/target_top",
		"2": "block/target_1",
		"particle": "block/target_side"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "north"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "up"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "down"}
			}
		},
		{
			"from": [1, 24, 1],
			"to": [15, 32, 15],
			"shade": false,
			"faces": {
				"north": {"uv": [1, 4, 15, 12], "texture": "#2", "cullface": "up"},
				"east": {"uv": [1, 4, 15, 12], "texture": "#2", "cullface": "up"},
				"south": {"uv": [1, 4, 15, 12], "texture": "#2", "cullface": "up"},
				"west": {"uv": [1, 4, 15, 12], "texture": "#2", "cullface": "up"}
			}
		}
	]
}