summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/bamboo_outer_stairs.json
blob: a346688ac75c980c3f0aa0a0a2f8a7e395c6369c (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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
	"textures": {
		"3": "block/bamboo_stairs_side",
		"particle": "block/bamboo_stairs",
		"top": "block/bamboo_stairs"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 8, 16],
			"faces": {
				"east": {"uv": [0, 8, 16, 16], "texture": "#3", "cullface": "east"},
				"west": {"uv": [0, 0, 16, 8], "texture": "#top", "cullface": "west"}
			}
		},
		{
			"from": [8, 0, 0],
			"to": [16, 8, 16],
			"faces": {
				"north": {"uv": [0, 8, 8, 16], "texture": "#top", "cullface": "north"},
				"south": {"uv": [0, 0, 8, 8], "texture": "#top", "cullface": "south"}
			}
		},
		{
			"from": [0, 0, 0],
			"to": [8, 8, 16],
			"faces": {
				"north": {"uv": [8, 8, 16, 16], "texture": "#3", "cullface": "north"},
				"south": {"uv": [8, 8, 16, 16], "texture": "#3", "cullface": "south"}
			}
		},
		{
			"from": [8, 0, 0],
			"to": [16, 8, 8],
			"faces": {
				"up": {"uv": [7, 8, 15, 0], "rotation": 180, "texture": "#top"}
			}
		},
		{
			"from": [0, 0, 0],
			"to": [8, 8, 16],
			"faces": {
				"up": {"uv": [0, 8, 16, 0], "rotation": 90, "texture": "#top"}
			}
		},
		{
			"from": [8, 8, 8],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 8, 8], "texture": "#3"},
				"east": {"uv": [16, 8, 8, 16], "texture": "#top", "cullface": "east"},
				"south": {"uv": [8, 0, 16, 8], "texture": "#3", "cullface": "south"},
				"west": {"uv": [8, 8, 16, 16], "texture": "#top"},
				"up": {"uv": [0, 8, 8, 0], "rotation": 90, "texture": "#top", "cullface": "up"}
			}
		}
	]
}