summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/book.json
blob: 047ae67130f9b9086665a86701e0729c37edf1f5 (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
	"ambientocclusion": false,
	"textures": {
		"1": "item/book_model",
		"2": "item/book"
	},
	"elements": [
		{
			"from": [6, 0, 6],
			"to": [10, 0, 10],
			"shade": false,
			"faces": {
				"down": {"uv": [0, 0, 16, 16], "texture": "#2"}
			}
		},
		{
			"from": [1, 0, 16],
			"to": [15, 20, 16],
			"faces": {
				"north": {"uv": [3.5, 5.5, 0, 10.5], "texture": "#1"},
				"south": {"uv": [0, 0, 3.5, 5], "texture": "#1"}
			}
		},
		{
			"from": [1, 0, 12],
			"to": [1, 20, 16],
			"faces": {
				"east": {"uv": [1, 5.5, 0, 10.5], "texture": "#1"},
				"west": {"uv": [0, 0, 1, 5], "texture": "#1"}
			}
		},
		{
			"from": [13, 2, 12],
			"to": [13, 18, 16],
			"faces": {
				"east": {"uv": [1, 6, 0, 10], "texture": "#1"},
				"west": {"uv": [0, 6, 1, 10], "texture": "#1"}
			}
		},
		{
			"from": [6, 11, 13],
			"to": [10, 20, 13],
			"rotation": {"angle": -22.5, "axis": "z", "origin": [4, 2.5, 12]},
			"faces": {
				"north": {"uv": [0, 6, 1, 10], "texture": "#1"},
				"south": {"uv": [1, 6, 0, 10], "texture": "#1"}
			}
		},
		{
			"from": [1, 2, 12],
			"to": [13, 18, 16],
			"faces": {
				"east": {"uv": [7.5, 0, 8, 4], "texture": "#1"},
				"up": {"uv": [8, 0, 4.5, 0.5], "rotation": 180, "texture": "#1"}
			}
		},
		{
			"from": [1, 0, 12],
			"to": [15, 20, 12],
			"faces": {
				"north": {"uv": [3.5, 0, 0, 5], "texture": "#1"},
				"south": {"uv": [0, 5.5, 3.5, 10.5], "texture": "#1"}
			}
		}
	],
	"gui_light": "front",
	"display": {
		"thirdperson_righthand": {
			"rotation": [4, -22.5, 0],
			"translation": [0, 3.5, 1],
			"scale": [0.45, 0.45, 0.45]
		},
		"thirdperson_lefthand": {
			"rotation": [4, 0, 0],
			"translation": [0, 3.5, 1],
			"scale": [0.45, 0.45, 0.45]
		},
		"firstperson_righthand": {
			"rotation": [-22, -8.5, 1],
			"translation": [0, -1, 0],
			"scale": [0.4, 0.4, 0.4]
		},
		"firstperson_lefthand": {
			"rotation": [-22, -8.5, 1],
			"translation": [0, -1, 0],
			"scale": [0.4, 0.4, 0.4]
		},
		"ground": {
			"rotation": [-30.75, 0, 12],
			"translation": [0, 0, -2.25],
			"scale": [0.45, 0.45, 0.45]
		},
		"gui": {
			"rotation": [270, 0, 0],
			"scale": [4, 1.4, 4]
		},
		"head": {
			"rotation": [0, -12, 0],
			"translation": [0, -1.5, -12],
			"scale": [0.68, 0.68, 0.68]
		},
		"fixed": {
			"rotation": [-180, 0, -180],
			"translation": [0, -2, 4.5]
		}
	}
}