summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/warped_fence_side2.json
blob: 14d350aecd98985e2b576fb136497a295e2c31de (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/warped_fence",
		"particle": "block/warped_planks"
	},
	"elements": [
		{
			"from": [7, 6, 0],
			"to": [9, 15, 16],
			"faces": {
				"north": {"uv": [14, 1, 16, 10], "texture": "#texture", "cullface": "north"},
				"east": {"uv": [0, 1, 16, 10], "texture": "#texture"},
				"south": {"uv": [14, 1, 16, 10], "texture": "#texture", "cullface": "south"},
				"west": {"uv": [0, 1, 16, 10], "texture": "#texture"},
				"up": {"uv": [0, 1, 16, 3], "rotation": 90, "texture": "#texture"},
				"down": {"uv": [0, 8, 16, 10], "rotation": 90, "texture": "#texture"}
			}
		},
		{
			"from": [7, 12, 0],
			"to": [9, 9, 16],
			"faces": {
				"up": {"uv": [0, 7, 16, 9], "rotation": 90, "texture": "#texture"},
				"down": {"uv": [0, 2, 16, 4], "rotation": 90, "texture": "#texture"}
			}
		}
	]
}