summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/pitcher_plant_top.json
blob: 8b858c2cc1e7b71e8ae07c94e1fe193a20423042 (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
{
	"credit": "Made with Blockbench",
	"parent": "block/cross_tall_down",
	"ambientocclusion": false,
	"texture_size": [16, 32],
	"textures": {
		"2": "block/pitcher_plant_2",
		"particle": "block/pitcher_plant",
		"1_cross": "block/pitcher_plant"
	},
	"elements": [
		{
			"from": [8, -16, 0.8],
			"to": [8, 16, 15.2],
			"shade": false,
			"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
			"faces": {
				"east": {"uv": [0, 0, 16, 16], "texture": "#2"},
				"west": {"uv": [16, 0, 0, 16], "texture": "#1_cross"}
			}
		},
		{
			"from": [0.8, -16, 8],
			"to": [15.2, 16, 8],
			"shade": false,
			"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#1_cross"},
				"south": {"uv": [16, 0, 0, 16], "texture": "#2"}
			}
		}
	],
	"groups": [
		{
			"name": "cross_tall_down",
			"origin": [8, 8, 8],
			"color": 0,
			"children": [0, 1]
		}
	]
}