summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/cherry_fence_side2.json
blob: c2b322211e525f69c3e63c874305944ef3d96a0b (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
{
	"credit": "Made with Blockbench",
	"textures": {
		"2": "block/stripped_cherry_log_top",
		"texture": "block/cherry_fence",
		"particle": "block/air"
	},
	"elements": [
		{
			"from": [7, -2, 0.75],
			"to": [9, 14, 4.75],
			"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, -0.25]},
			"faces": {
				"north": {"uv": [0, 0, 2, 16], "texture": "#texture"},
				"east": {"uv": [12, 0, 16, 16], "texture": "#texture"},
				"south": {"uv": [14, 0, 16, 16], "texture": "#texture"},
				"west": {"uv": [0, 0, 4, 16], "texture": "#texture"},
				"down": {"uv": [7, 6, 9, 10], "texture": "#2", "cullface": "down"}
			}
		},
		{
			"from": [7.01, 12.75, 1.85],
			"to": [8.99, 15.65, 4.75],
			"rotation": {"angle": 45, "axis": "x", "origin": [8, 14.75, 2.75]},
			"faces": {
				"north": {"uv": [1, 0, 3, 3], "texture": "#texture"},
				"east": {"uv": [13, 0, 16, 3], "rotation": 90, "texture": "#texture"},
				"west": {"uv": [1, 0, 4, 3], "texture": "#texture"},
				"up": {"uv": [13, 0, 15, 3], "texture": "#texture"}
			}
		},
		{
			"from": [7, -2, 11.25],
			"to": [9, 14, 15.25],
			"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 16.25]},
			"faces": {
				"north": {"uv": [16, 0, 14, 16], "texture": "#texture"},
				"east": {"uv": [12, 0, 16, 16], "texture": "#texture"},
				"south": {"uv": [2, 0, 0, 16], "texture": "#texture"},
				"west": {"uv": [0, 0, 4, 16], "texture": "#texture"},
				"down": {"uv": [7, 10, 9, 6], "texture": "#2", "cullface": "down"}
			}
		},
		{
			"from": [7.01, 12.75, 11.25],
			"to": [8.99, 15.65, 14.15],
			"rotation": {"angle": -45, "axis": "x", "origin": [8, 14.75, 13.25]},
			"faces": {
				"east": {"uv": [1, 0, 4, 3], "texture": "#texture"},
				"south": {"uv": [3, 0, 1, 3], "texture": "#texture"},
				"west": {"uv": [13, 0, 16, 3], "rotation": 90, "texture": "#texture"},
				"up": {"uv": [13, 3, 15, 0], "texture": "#texture"}
			}
		},
		{
			"from": [7.5, 3, 0],
			"to": [8.5, 5, 16],
			"rotation": {"angle": 0, "axis": "y", "origin": [6.5, 3, 0]},
			"faces": {
				"north": {"uv": [2, 0, 4, 1], "rotation": 90, "texture": "#texture", "cullface": "north"},
				"east": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#texture"},
				"south": {"uv": [2, 0, 4, 1], "rotation": 90, "texture": "#texture", "cullface": "south"},
				"west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#texture"},
				"up": {"uv": [2, 0, 3, 16], "texture": "#texture"},
				"down": {"uv": [3, 0, 4, 16], "texture": "#texture"}
			}
		},
		{
			"from": [7.5, 10, 0],
			"to": [8.5, 12, 16],
			"rotation": {"angle": 0, "axis": "y", "origin": [6.5, 10, 0]},
			"faces": {
				"north": {"uv": [2, 0, 4, 1], "rotation": 90, "texture": "#texture", "cullface": "north"},
				"east": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#texture"},
				"south": {"uv": [2, 0, 4, 1], "rotation": 90, "texture": "#texture", "cullface": "south"},
				"west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#texture"},
				"up": {"uv": [2, 0, 3, 16], "texture": "#texture"},
				"down": {"uv": [3, 0, 4, 16], "texture": "#texture"}
			}
		}
	]
}