summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/oak_fence_side2.json
blob: 780e94e87247672395125269493f6268771d4e1c (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
{
	"textures": {
		"texture": "block/oak_fence",
		"particle": "block/oak_planks"
	},
	"elements": [
		{
			"from": [7, 3, 0],
			"to": [9, 15, 16],
			"faces": {
				"north": {"uv": [15, 1, 16, 13], "texture": "#texture", "cullface": "north"},
				"east": {"uv": [0, 1, 16, 13], "texture": "#texture"},
				"south": {"uv": [15, 1, 16, 13], "texture": "#texture", "cullface": "south"},
				"west": {"uv": [0, 1, 16, 13], "texture": "#texture"},
				"up": {"uv": [0, 1, 16, 3], "rotation": 90, "texture": "#texture"},
				"down": {"uv": [0, 11, 16, 13], "rotation": 90, "texture": "#texture"}
			}
		},
		{
			"from": [7, 11, 0],
			"to": [9, 7, 16],
			"faces": {
				"up": {"uv": [0, 9, 16, 11], "rotation": 270, "texture": "#texture"},
				"down": {"uv": [0, 3, 16, 5], "rotation": 90, "texture": "#texture"}
			}
		}
	]
}