summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/cherry_fence_gate_open.json
blob: c79f1261b61ca01e8668fa8d6f06e51291015261 (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
100
101
102
103
104
105
106
107
108
109
110
111
{
	"parent": "block/block",
	"textures": {
		"particle": "block/air",
		"texture": "block/cherry_fence_gate"
	},
	"elements": [
		{
			"from": [0, 0, 7],
			"to": [2, 15, 9],
			"rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 8]},
			"faces": {
				"north": {"uv": [14, 1, 16, 16], "texture": "#texture"},
				"east": {"uv": [14, 1, 16, 16], "texture": "#texture"},
				"south": {"uv": [14, 1, 16, 16], "texture": "#texture"},
				"west": {"uv": [14, 1, 16, 16], "texture": "#texture"},
				"up": {"uv": [14, 1, 16, 3], "rotation": 90, "texture": "#texture"},
				"down": {"uv": [14, 14, 16, 16], "rotation": 90, "texture": "#texture"}
			}
		},
		{
			"from": [0, 2, 9],
			"to": [2, 14, 15],
			"rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 8]},
			"faces": {
				"east": {"uv": [8, 2, 14, 14], "texture": "#texture"},
				"west": {"uv": [2, 2, 8, 14], "texture": "#texture"}
			}
		},
		{
			"from": [0, 4, 13],
			"to": [2, 12, 15],
			"rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 8]},
			"faces": {
				"north": {"uv": [8, 4, 10, 12], "texture": "#texture"},
				"south": {"uv": [6, 4, 8, 12], "texture": "#texture"}
			}
		},
		{
			"from": [0, 12, 9],
			"to": [2, 14, 15],
			"rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 8]},
			"faces": {
				"south": {"uv": [8, 2, 10, 4], "texture": "#texture"},
				"up": {"uv": [8, 2, 14, 4], "rotation": 90, "texture": "#texture"},
				"down": {"uv": [8, 2, 14, 4], "rotation": 270, "texture": "#texture"}
			}
		},
		{
			"from": [0, 2, 9],
			"to": [2, 4, 15],
			"rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 8]},
			"faces": {
				"south": {"uv": [8, 12, 10, 14], "texture": "#texture"},
				"up": {"uv": [8, 12, 14, 14], "rotation": 90, "texture": "#texture"},
				"down": {"uv": [8, 12, 14, 14], "rotation": 270, "texture": "#texture"}
			}
		},
		{
			"from": [14, 2, 9],
			"to": [16, 14, 15],
			"rotation": {"angle": 0, "axis": "y", "origin": [15, 0, 8]},
			"faces": {
				"east": {"uv": [8, 2, 14, 14], "texture": "#texture"},
				"west": {"uv": [2, 2, 8, 14], "texture": "#texture"}
			}
		},
		{
			"from": [14, 0, 7],
			"to": [16, 15, 9],
			"rotation": {"angle": 0, "axis": "y", "origin": [15, 0, 8]},
			"faces": {
				"north": {"uv": [14, 1, 16, 16], "texture": "#texture"},
				"east": {"uv": [14, 1, 16, 16], "texture": "#texture"},
				"south": {"uv": [14, 1, 16, 16], "texture": "#texture"},
				"west": {"uv": [14, 1, 16, 16], "texture": "#texture"},
				"up": {"uv": [14, 1, 16, 3], "rotation": 90, "texture": "#texture"},
				"down": {"uv": [14, 14, 16, 16], "rotation": 90, "texture": "#texture"}
			}
		},
		{
			"from": [14, 4, 13],
			"to": [16, 12, 15],
			"rotation": {"angle": 0, "axis": "y", "origin": [15, 0, 8]},
			"faces": {
				"north": {"uv": [8, 4, 10, 12], "texture": "#texture"},
				"south": {"uv": [6, 4, 8, 12], "texture": "#texture"}
			}
		},
		{
			"from": [14, 12, 9],
			"to": [16, 14, 15],
			"rotation": {"angle": 0, "axis": "y", "origin": [15, 0, 8]},
			"faces": {
				"south": {"uv": [8, 2, 10, 4], "texture": "#texture"},
				"up": {"uv": [8, 2, 14, 4], "rotation": 90, "texture": "#texture"},
				"down": {"uv": [8, 2, 14, 4], "rotation": 270, "texture": "#texture"}
			}
		},
		{
			"from": [14, 2, 9],
			"to": [16, 4, 15],
			"rotation": {"angle": 0, "axis": "y", "origin": [15, 0, 8]},
			"faces": {
				"south": {"uv": [8, 12, 10, 14], "texture": "#texture"},
				"up": {"uv": [8, 12, 14, 13], "rotation": 90, "texture": "#texture"},
				"down": {"uv": [8, 12, 14, 14], "rotation": 270, "texture": "#texture"}
			}
		}
	]
}