summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/acacia_trapdoor.json
blob: 2f780a6ecb56d9cd07fea4cdf8a18a782bd0f0a3 (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
{
	"parent": "item/end_portal_frame",
	"ambientocclusion": false,
	"textures": {
		"0": "block/acacia_trapdoor",
		"1": "item/acacia_trapdoor",
		"particle": "block/acacia_trapdoor"
	},
	"elements": [
		{
			"from": [6, 3, 6],
			"to": [10, 3, 10],
			"shade": false,
			"faces": {
				"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
			}
		},
		{
			"from": [0, 0, 6.5],
			"to": [16, 16, 9.5],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#0"},
				"east": {"uv": [0, 0, 3, 16], "texture": "#0"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#0"},
				"west": {"uv": [0, 0, 3, 16], "texture": "#0"},
				"up": {"uv": [0, 0, 16, 3], "texture": "#0"}
			}
		}
	],
	"display": {
		"firstperson_righthand": {
			"rotation": [0, -36.5, 0],
			"translation": [0, 3, 0],
			"scale": [0.6, 0.6, 0.6]
		},
		"firstperson_lefthand": {
			"rotation": [0, -36.5, 0],
			"translation": [0, 3, 0],
			"scale": [0.6, 0.6, 0.6]
		}
	}
}