summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/template_pane_corner.json
blob: 4a50e42e3a3344ca720793d9374ee66c537bfdfd (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
{
	"credit": "Made with Blockbench",
	"ambientocclusion": false,
	"textures": {
		"0": "block/glass_pane",
		"1": "block/glass_pane_top",
		"particle": "block/glass_pane"
	},
	"elements": [
		{
			"from": [8, 0, 0],
			"to": [8, 16, 11.315],
			"rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 0]},
			"faces": {
				"east": {"uv": [4, 0, 16, 16], "texture": "#0"},
				"west": {"uv": [0, 0, 12, 16], "texture": "#0"}
			}
		},
		{
			"from": [8, 0, -1],
			"to": [19.315, 16, 1],
			"rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 0]},
			"faces": {
				"up": {"uv": [7, 2, 9, 14], "rotation": 270, "texture": "#1", "cullface": "up"},
				"down": {"uv": [7, 2, 9, 14], "rotation": 90, "texture": "#1", "cullface": "down"}
			}
		}
	]
}