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