summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/attached_pumpkin_stem.json
blob: 519e4d4c70fe8c59b92761f1e5ea39dccbea8bfd (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
{
	"ambientocclusion": false,
	"textures": {
		"2": "block/pumpkin_stem",
		"3": "block/pumpkin_side",
		"4": "block/pumpkin_top",
		"particle": "block/pumpkin_stem_particle"
	},
	"elements": [
		{
			"from": [0, -1, 8],
			"to": [16, 15, 8],
			"shade": false,
			"rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]},
			"faces": {
				"north": {"uv": [2, 11.75, 4, 15.75], "texture": "#2"}
			}
		},
		{
			"from": [0, -1, 8],
			"to": [16, 15, 8],
			"shade": false,
			"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
			"faces": {
				"east": {"uv": [4, 11.75, 2, 15.75], "texture": "#2"},
				"south": {"uv": [4, 11.75, 2, 15.75], "texture": "#2"}
			}
		},
		{
			"from": [0, -1, 8],
			"to": [16, 31, 8],
			"shade": false,
			"faces": {
				"north": {"uv": [0, 8, 2, 16], "texture": "#2"},
				"south": {"uv": [2, 8, 0, 16], "texture": "#2"}
			}
		},
		{
			"from": [-16, -0.1, -0.1],
			"to": [0.1, 16.1, 16.1],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#3"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#4"},
				"south": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#3"},
				"up": {"uv": [0, 16, 16, 0], "rotation": 270, "texture": "#3"}
			}
		}
	]
}