summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/template_pane_cross.json
blob: 1b5cc8e9af6a78b2c3e9720e5ef924f72482de94 (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
{
	"ambientocclusion": false,
	"textures": {
		"0": "block/glass",
		"1": "block/glass_pane_top",
		"particle": "#0"
	},
	"elements": [
		{
			"from": [0, 0, 8],
			"to": [16, 16, 8],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#0"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#0"}
			}
		},
		{
			"from": [0, 0, 7],
			"to": [16, 16, 9],
			"faces": {
				"up": {"uv": [9, 0, 7, 16], "rotation": 90, "texture": "#1", "cullface": "up"},
				"down": {"uv": [9, 0, 7, 16], "rotation": 270, "texture": "#1", "cullface": "down"}
			}
		},
		{
			"from": [7, 0, 0],
			"to": [9, 16, 16],
			"faces": {
				"up": {"uv": [7, 0, 9, 16], "texture": "#1", "cullface": "up"},
				"down": {"uv": [7, 0, 9, 16], "texture": "#1", "cullface": "down"}
			}
		},
		{
			"from": [8, 0, 0],
			"to": [8, 16, 16],
			"faces": {
				"east": {"uv": [0, 0, 16, 16], "texture": "#0"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#0"}
			}
		}
	]
}