summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/small_dripleaf_top.json
blob: 8e7e4e2c8bfccd9869c351b03b693f811795997b (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
	"parent": "block/block",
	"texture_size": [16, 32],
	"textures": {
		"3": "block/small_dripleaf_stem",
		"particle": "block/small_dripleaf_top",
		"top": "block/small_dripleaf_top",
		"side": "block/small_dripleaf_side"
	},
	"elements": [
		{
			"from": [8, 2.99, 8],
			"to": [15, 2.99, 15],
			"shade": false,
			"faces": {
				"up": {"uv": [8, 8, 0, 0], "texture": "#top"},
				"down": {"uv": [8, 0, 0, 8], "texture": "#top"}
			}
		},
		{
			"from": [1, 8, 1],
			"to": [8, 8, 8],
			"shade": false,
			"faces": {
				"up": {"uv": [0, 0, 8, 8], "texture": "#top"},
				"down": {"uv": [0, 8, 8, 0], "texture": "#top"}
			}
		},
		{
			"from": [1, 12, 8],
			"to": [8, 12, 15],
			"shade": false,
			"faces": {
				"up": {"uv": [0, 0, 8, 8], "rotation": 270, "texture": "#top"},
				"down": {"uv": [8, 0, 0, 8], "rotation": 270, "texture": "#top"}
			}
		},
		{
			"from": [8, 2, 8],
			"to": [15, 3, 15],
			"shade": false,
			"faces": {
				"east": {"uv": [0, 0, 8, 1], "texture": "#side"},
				"south": {"uv": [0, 0, 8, 1], "texture": "#side"}
			}
		},
		{
			"from": [1, 7, 1.01],
			"to": [8, 8, 8],
			"shade": false,
			"faces": {
				"north": {"uv": [0, 0, 8, 1], "texture": "#side"},
				"west": {"uv": [0, 0, 8, 1], "texture": "#side"}
			}
		},
		{
			"from": [1, 11, 8],
			"to": [8, 12, 15],
			"shade": false,
			"faces": {
				"north": {"uv": [0, 0, 8, 1], "texture": "#side"},
				"south": {"uv": [0, 0, 8, 1], "texture": "#side"},
				"west": {"uv": [0, 0, 8, 1], "texture": "#side"}
			}
		},
		{
			"from": [4.5, -16, 8],
			"to": [11.5, 14, 8],
			"shade": false,
			"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
			"faces": {
				"north": {"uv": [4, 0, 12, 16], "texture": "#3"},
				"south": {"uv": [4, 0, 12, 16], "texture": "#3"}
			}
		},
		{
			"from": [4.5, -16, 8],
			"to": [11.5, 14, 8],
			"shade": false,
			"rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]},
			"faces": {
				"north": {"uv": [4, 0, 12, 16], "texture": "#3"},
				"south": {"uv": [4, 0, 12, 16], "texture": "#3"}
			}
		}
	]
}