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