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