summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/brick_stairs_inner_east_alt.json
blob: 573a0f5c3133fe846599018d90f00b8e4cd7e261 (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
{
	"credit": "Made with Blockbench",
	"parent": "block/block",
	"textures": {
		"0": "block/brick_stairs",
		"particle": "block/bricks"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 8, 16],
			"faces": {
				"east": {"uv": [0, 3, 2, 4], "texture": "#0", "cullface": "east"},
				"south": {"uv": [6, 1, 8, 2], "texture": "#0", "cullface": "south"},
				"up": {"uv": [4, 8, 6, 10], "rotation": 90, "texture": "#0"}
			}
		},
		{
			"from": [0, 8, 0],
			"to": [8, 16, 16],
			"faces": {
				"east": {"uv": [0, 4, 2, 5], "texture": "#0"},
				"south": {"uv": [6, 0, 7, 1], "texture": "#0", "cullface": "south"},
				"up": {"uv": [4, 11, 6, 12], "rotation": 90, "texture": "#0", "cullface": "up"}
			}
		},
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [2, 6, 4, 8], "texture": "#0", "cullface": "north"},
				"west": {"uv": [4, 6, 6, 8], "texture": "#0", "cullface": "west"}
			}
		},
		{
			"from": [8, 8, 0],
			"to": [16, 16, 8],
			"faces": {
				"east": {"uv": [1, 2, 2, 3], "texture": "#0", "cullface": "east"},
				"south": {"uv": [7, 4, 8, 5], "texture": "#0"},
				"up": {"uv": [4, 8, 5, 9], "rotation": 90, "texture": "#0", "cullface": "up"}
			}
		}
	]
}