summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/filled_map.json
blob: b2eee3683fbaf4473f9eb40bee2ca2bc9feb7f32 (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
{
	"parent": "block/block",
	"ambientocclusion": false,
	"textures": {
		"1": "item/filled_map",
		"2": "item/map/small_map_background",
		"3": "item/map/map_normal",
		"particle": "item/map/small_map_background"
	},
	"elements": [
		{
			"from": [6, -2, 6],
			"to": [10, -2, 10],
			"shade": false,
			"faces": {
				"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
			}
		},
		{
			"from": [0, 0, 8],
			"to": [16, 16, 8],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#3"},
				"east": {"uv": [0, 0, 0, 16], "texture": "#missing"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#2"},
				"west": {"uv": [0, 0, 0, 16], "texture": "#missing"},
				"up": {"uv": [0, 0, 16, 0], "texture": "#missing"},
				"down": {"uv": [0, 0, 16, 0], "texture": "#missing"}
			}
		}
	],
	"gui_light": "front",
	"display": {
		"thirdperson_righthand": {
			"rotation": [0, -180, 0],
			"translation": [0, 5.5, 2.25],
			"scale": [0.75, 0.75, 0.75]
		},
		"thirdperson_lefthand": {
			"rotation": [0, -180, 0],
			"translation": [0, 5.5, 2.25],
			"scale": [0.75, 0.75, 0.75]
		},
		"firstperson_righthand": {
			"rotation": [162.5, 48, -170],
			"translation": [-1, 4.25, 2],
			"scale": [0.5, 0.5, 0.5]
		},
		"firstperson_lefthand": {
			"rotation": [162.5, 48, -170],
			"translation": [-1, 4.25, 2],
			"scale": [0.5, 0.5, 0.5]
		},
		"ground": {
			"translation": [0, 4.75, 0]
		},
		"gui": {
			"rotation": [270, 0, 0],
			"scale": [4, 1.4, 4]
		},
		"head": {
			"rotation": [-90, 0, 0],
			"translation": [0, 6.5, 0]
		},
		"fixed": {
			"translation": [0, 0, -0.75]
		}
	}
}