summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/spruce_fence_side.json
blob: c6db3f363456dcac1211b3899a556ee695c92f07 (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
{
	"textures": {
		"texture": "block/spruce_fence",
		"particle": "block/spruce_planks"
	},
	"elements": [
		{
			"from": [6.75, 6.3, 0.05],
			"to": [8.75, 9.3, 10],
			"rotation": {"angle": -45, "axis": "x", "origin": [8, 8, 0]},
			"faces": {
				"north": {"uv": [12, 7, 14, 10], "texture": "#texture", "cullface": "north"},
				"east": {"uv": [13, 0, 16, 10], "rotation": 270, "texture": "#texture"},
				"west": {"uv": [13, 0, 16, 10], "rotation": 270, "texture": "#texture"},
				"up": {"uv": [12, 0, 14, 10], "texture": "#texture"},
				"down": {"uv": [12, 0, 14, 10], "texture": "#texture"}
			}
		},
		{
			"from": [7.25, 6.35, -0.05],
			"to": [9.25, 9.35, 10],
			"rotation": {"angle": 45, "axis": "x", "origin": [8, 8, 0]},
			"faces": {
				"north": {"uv": [14, 6, 16, 9], "texture": "#texture", "cullface": "north"},
				"east": {"uv": [12, 6, 15, 16], "rotation": 270, "texture": "#texture"},
				"west": {"uv": [12, 6, 15, 16], "rotation": 270, "texture": "#texture"},
				"up": {"uv": [14, 6, 16, 16], "texture": "#texture"},
				"down": {"uv": [14, 6, 16, 16], "texture": "#texture"}
			}
		}
	]
}