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