summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/acacia_fence_gate.json
blob: 55cca7e48b3c4c6fbdf3fd7e9e0c637d539cc656 (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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
	"parent": "block/block",
	"textures": {
		"1": "block/acacia_fence_gate",
		"particle": "block/acacia_fence_gate"
	},
	"elements": [
		{
			"from": [0, 3, 7],
			"to": [2, 15, 9],
			"faces": {
				"north": {"uv": [14, 1, 16, 13], "texture": "#1"},
				"east": {"uv": [0, 1, 2, 13], "texture": "#1"},
				"south": {"uv": [0, 1, 2, 13], "texture": "#1"},
				"west": {"uv": [0, 1, 2, 13], "texture": "#1"},
				"up": {"uv": [0, 1, 2, 3], "texture": "#1"},
				"down": {"uv": [0, 11, 2, 13], "rotation": 180, "texture": "#1"}
			}
		},
		{
			"from": [2, 4, 7],
			"to": [8, 13, 9],
			"faces": {
				"north": {"uv": [8, 3, 14, 12], "texture": "#1"},
				"east": {"uv": [7, 3, 9, 12], "texture": "#1"},
				"south": {"uv": [2, 3, 8, 12], "texture": "#1"},
				"up": {"uv": [8, 3, 14, 4], "rotation": 180, "texture": "#1"},
				"down": {"uv": [2, 10, 8, 12], "texture": "#1"}
			}
		},
		{
			"from": [3, 13, 7],
			"to": [8, 14, 9],
			"faces": {
				"north": {"uv": [8, 2, 13, 3], "texture": "#1"},
				"east": {"uv": [7, 2, 9, 3], "texture": "#1"},
				"south": {"uv": [3, 2, 8, 3], "texture": "#1"},
				"west": {"uv": [3, 2, 5, 3], "texture": "#1"},
				"up": {"uv": [8, 2, 13, 3], "rotation": 180, "texture": "#1"}
			}
		},
		{
			"from": [5, 14, 7],
			"to": [8, 15, 9],
			"faces": {
				"north": {"uv": [8, 1, 11, 2], "texture": "#1"},
				"east": {"uv": [7, 1, 9, 2], "texture": "#1"},
				"south": {"uv": [5, 1, 8, 2], "texture": "#1"},
				"west": {"uv": [5, 1, 7, 2], "texture": "#1"},
				"up": {"uv": [8, 1, 11, 2], "rotation": 180, "texture": "#1"}
			}
		},
		{
			"from": [14, 3, 7],
			"to": [16, 15, 9],
			"faces": {
				"north": {"uv": [0, 1, 2, 13], "texture": "#1"},
				"east": {"uv": [0, 1, 2, 13], "texture": "#1"},
				"south": {"uv": [14, 1, 16, 13], "texture": "#1"},
				"west": {"uv": [0, 1, 2, 13], "texture": "#1"},
				"up": {"uv": [0, 1, 2, 3], "rotation": 180, "texture": "#1"},
				"down": {"uv": [0, 11, 2, 13], "texture": "#1"}
			}
		},
		{
			"from": [8, 4, 7],
			"to": [14, 13, 9],
			"faces": {
				"north": {"uv": [2, 3, 8, 12], "texture": "#1"},
				"south": {"uv": [8, 3, 14, 12], "texture": "#1"},
				"west": {"uv": [7, 3, 9, 12], "texture": "#1"},
				"up": {"uv": [8, 3, 14, 4], "texture": "#1"},
				"down": {"uv": [2, 10, 8, 12], "rotation": 180, "texture": "#1"}
			}
		},
		{
			"from": [8, 13, 7],
			"to": [13, 14, 9],
			"faces": {
				"north": {"uv": [3, 2, 8, 3], "texture": "#1"},
				"east": {"uv": [3, 2, 5, 3], "texture": "#1"},
				"south": {"uv": [8, 2, 13, 3], "texture": "#1"},
				"west": {"uv": [7, 2, 9, 3], "texture": "#1"},
				"up": {"uv": [8, 2, 13, 3], "texture": "#1"}
			}
		},
		{
			"from": [8, 14, 7],
			"to": [11, 15, 9],
			"faces": {
				"north": {"uv": [5, 1, 8, 2], "texture": "#1"},
				"east": {"uv": [5, 1, 7, 2], "texture": "#1"},
				"south": {"uv": [8, 1, 11, 2], "texture": "#1"},
				"west": {"uv": [7, 1, 9, 2], "texture": "#1"},
				"up": {"uv": [8, 1, 11, 2], "texture": "#1"}
			}
		}
	]
}