summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/stairs_inventory_brick.json
blob: 5d2582e1dd7e9495c7c7c3dc9b6686923c402c14 (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
{
	"credit": "Made with Blockbench",
	"parent": "block/stairs",
	"textures": {
		"particle": "block/bricks_model",
		"side": "block/bricks_model"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 8, 16],
			"faces": {
				"north": {"uv": [8, 10, 12, 12], "texture": "#side"},
				"south": {"uv": [12, 10, 16, 12], "texture": "#side"},
				"west": {"uv": [0, 10, 4, 12], "texture": "#side"}
			}
		},
		{
			"from": [0, 0, 0],
			"to": [8, 8, 16],
			"faces": {
				"up": {"uv": [8, 14, 12, 16], "rotation": 90, "texture": "#side"}
			}
		},
		{
			"from": [8, 8, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [8, 8, 10, 10], "texture": "#side"},
				"south": {"uv": [14, 8, 16, 10], "texture": "#side"},
				"west": {"uv": [0, 8, 4, 10], "texture": "#side"},
				"up": {"uv": [8, 12, 12, 14], "rotation": 90, "texture": "#side"}
			}
		},
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"east": {"uv": [4, 8, 8, 12], "texture": "#side"},
				"down": {"uv": [0, 12, 4, 16], "rotation": 180, "texture": "#side"}
			}
		}
	]
}