summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/orientable_outer_stairs_alt.json
blob: 3bfa0abf9b6b042e05e677acf9cfa8eaaa56bcf4 (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
{
	"textures": {
		"particle": "#side"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 8, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 8], "texture": "#side", "cullface": "north"},
				"east": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "east"},
				"south": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "south"},
				"west": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "west"},
				"down": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#bottom", "cullface": "down"}
			}
		},
		{
			"from": [0, 0, 8],
			"to": [8, 8, 16],
			"faces": {
				"up": {"uv": [0, 8, 8, 0], "rotation": 90, "texture": "#top"}
			}
		},
		{
			"from": [0, 0, 0],
			"to": [16, 8, 8],
			"faces": {
				"up": {"uv": [16, 0, 0, 8], "texture": "#top"}
			}
		},
		{
			"from": [8, 8, 8],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [8, 0, 16, 8], "texture": "#side"},
				"east": {"uv": [0, 0, 8, 8], "texture": "#side", "cullface": "east"},
				"south": {"uv": [8, 0, 16, 8], "texture": "#side", "cullface": "south"},
				"west": {"uv": [8, 0, 16, 8], "texture": "#side"},
				"up": {"uv": [0, 16, 8, 8], "rotation": 180, "texture": "#top", "cullface": "up"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#bottom"}
			}
		}
	]
}