summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/birch_fence_side2.json
blob: 8750a2c5b03fd5092b78d03a15891e428c2f6d62 (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
59
60
61
62
63
64
65
66
67
68
69
70
{
	"textures": {
		"texture": "block/birch_fence",
		"particle": "block/oak_planks"
	},
	"elements": [
		{
			"from": [6.5, 11, 0],
			"to": [9.5, 13, 16],
			"faces": {
				"east": {"uv": [0, 2, 16, 4], "texture": "#texture"},
				"west": {"uv": [0, 2, 16, 4], "texture": "#texture"},
				"up": {"uv": [0, 2, 16, 4], "rotation": 90, "texture": "#texture"},
				"down": {"uv": [0, 2, 16, 4], "rotation": 90, "texture": "#texture"}
			}
		},
		{
			"from": [6.5, 3, 0],
			"to": [9.5, 5, 16],
			"faces": {
				"east": {"uv": [0, 10, 16, 12], "texture": "#texture"},
				"west": {"uv": [0, 10, 16, 12], "texture": "#texture"},
				"up": {"uv": [0, 10, 16, 12], "rotation": 90, "texture": "#texture"},
				"down": {"uv": [0, 10, 16, 12], "rotation": 90, "texture": "#texture"}
			}
		},
		{
			"from": [7, -1, 0],
			"to": [9, 15, 16],
			"faces": {
				"north": {"uv": [11, 0, 13, 16], "texture": "#texture", "cullface": "north"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#texture"},
				"south": {"uv": [11, 0, 13, 16], "texture": "#texture", "cullface": "south"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#texture"},
				"up": {"uv": [0, 0, 16, 2], "rotation": 90, "texture": "#texture"},
				"down": {"uv": [0, 14, 16, 16], "rotation": 270, "texture": "#texture"}
			}
		},
		{
			"from": [7, -1, 3],
			"to": [9, 15, 1],
			"faces": {
				"north": {"uv": [11, 0, 13, 16], "texture": "#texture"},
				"south": {"uv": [3, 0, 5, 16], "texture": "#texture"}
			}
		},
		{
			"from": [7, -1, 15],
			"to": [9, 15, 13],
			"faces": {
				"north": {"uv": [5, 0, 3, 16], "texture": "#texture"},
				"south": {"uv": [13, 0, 11, 16], "texture": "#texture"}
			}
		},
		{
			"from": [7, -1, 7],
			"to": [9, 15, 5],
			"faces": {
				"south": {"uv": [3, 0, 5, 16], "texture": "#texture"}
			}
		},
		{
			"from": [7, -1, 11],
			"to": [9, 15, 9],
			"faces": {
				"north": {"uv": [5, 0, 3, 16], "texture": "#texture"}
			}
		}
	]
}