summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/attached_pumpkin_stem2.json
blob: fab0e1c7e622cd384705b802bbd91a59d2b4e9da (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
{
	"ambientocclusion": false,
	"textures": {
		"2": "block/pumpkin_stem",
		"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": [6, 11.75, 8, 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": [8, 11.75, 6, 15.75], "texture": "#2"},
				"south": {"uv": [8, 11.75, 6, 15.75], "texture": "#2"}
			}
		},
		{
			"from": [-16, -1, 8],
			"to": [16, 31, 8],
			"shade": false,
			"faces": {
				"north": {"uv": [4, 8, 8, 16], "texture": "#2"},
				"south": {"uv": [8, 8, 4, 16], "texture": "#2"}
			}
		}
	]
}