summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/acacia_fence_side.json
blob: c8129b35f1993d27f4689fc8d58839f764f3542a (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": {
		"texture": "block/acacia_fence",
		"particle": "block/acacia_planks"
	},
	"elements": [
		{
			"from": [7, 11, 3],
			"to": [9, 14, 5],
			"faces": {
				"south": {"uv": [4, 2, 5, 3], "texture": "#texture"},
				"up": {"uv": [3, 2, 5, 4], "rotation": 90, "texture": "#texture"},
				"down": {"uv": [3, 3, 5, 5], "rotation": 90, "texture": "#texture"}
			}
		},
		{
			"from": [7, 13, 0],
			"to": [9, 15, 3],
			"faces": {
				"up": {"uv": [0, 1, 3, 3], "rotation": 90, "texture": "#texture"},
				"down": {"uv": [0, 1, 3, 3], "rotation": 90, "texture": "#texture"}
			}
		},
		{
			"from": [7, 5, 0],
			"to": [9, 5, 6],
			"faces": {
				"up": {"uv": [0, 11, 6, 13], "rotation": 90, "texture": "#texture"}
			}
		},
		{
			"from": [7, 5, 4],
			"to": [9, 13, 6],
			"faces": {
				"north": {"uv": [4, 3, 6, 11], "texture": "#texture"},
				"up": {"uv": [4, 3, 6, 5], "rotation": 90, "texture": "#texture"}
			}
		},
		{
			"from": [7, 5, 1],
			"to": [9, 15, 3],
			"faces": {
				"north": {"uv": [1, 1, 3, 11], "texture": "#texture"},
				"south": {"uv": [1, 1, 3, 11], "texture": "#texture"}
			}
		},
		{
			"from": [7, 3, 0],
			"to": [9, 15, 6],
			"faces": {
				"north": {"uv": [0, 1, 1, 13], "texture": "#texture"},
				"east": {"uv": [10, 1, 16, 13], "texture": "#texture"},
				"west": {"uv": [0, 1, 6, 13], "texture": "#texture"},
				"down": {"uv": [0, 11, 6, 13], "rotation": 270, "texture": "#texture"}
			}
		}
	]
}