summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/cactus3.json
blob: f8a595763d5e2c9d434fc7f75179b23bcb853336 (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
{
	"ambientocclusion": false,
	"textures": {
		"3": "block/cactus_parts",
		"bottom": "block/cactus_bottom",
		"top": "block/cactus_top",
		"particle": "block/cactus_bottom",
		"side": "block/cactus_side"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
			}
		},
		{
			"from": [0, 0, 1],
			"to": [16, 16, 15],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#side"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#side"}
			}
		},
		{
			"from": [1, 0, 0],
			"to": [15, 16, 16],
			"faces": {
				"east": {"uv": [0, 0, 16, 16], "texture": "#side"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#side"}
			}
		},
		{
			"from": [5, 5, 15],
			"to": [11, 11, 21],
			"faces": {
				"east": {"uv": [9.5, 13, 12.5, 16], "rotation": 180, "texture": "#3"},
				"south": {"uv": [9.5, 0, 12.5, 3], "texture": "#3"},
				"west": {"uv": [12.5, 13, 9.5, 16], "rotation": 180, "texture": "#3"},
				"up": {"uv": [9.5, 13, 12.5, 16], "rotation": 90, "texture": "#3"},
				"down": {"uv": [9.5, 13, 12.5, 16], "rotation": 270, "texture": "#3"}
			}
		}
	]
}