summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/enchanting_table.json
blob: 1c3780c647834a516f82d7759a0c20105f507995 (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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
	"parent": "block/block",
	"gui_light": "front",
	"textures": {
		"flowerpot": "item/enchanting_table",
		"top": "block/enchanting_table_top",
		"particle": "block/enchanting_table_side",
		"side": "block/enchanting_table_side",
		"lantern": "item/book_model"
	},
	"elements": [
		{
			"from": [0, -4, 4],
			"to": [16, 8, 20],
			"rotation": {"angle": -22.5, "axis": "x", "origin": [0, 0, 0]},
			"faces": {
				"north": {"uv": [0, 4, 16, 16], "texture": "#side", "cullface": "north"},
				"east": {"uv": [0, 4, 16, 16], "texture": "#side", "cullface": "east"},
				"south": {"uv": [0, 4, 16, 16], "texture": "#side", "cullface": "south"},
				"west": {"uv": [0, 4, 16, 16], "texture": "#side", "cullface": "west"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#top"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#flowerpot", "cullface": "down"}
			}
		},
		{
			"from": [1, 14.5, 1.5],
			"to": [8, 14.5, 11.5],
			"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 14.5, 9]},
			"faces": {
				"east": {"uv": [0, 0, 4, 2.5], "rotation": 90, "texture": "#lantern"},
				"up": {"uv": [3.5, 0, 0, 5], "texture": "#lantern"}
			}
		},
		{
			"from": [2, 14.5, 2.5],
			"to": [8, 15.5, 10.5],
			"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 14.5, 9]},
			"faces": {
				"north": {"uv": [4.5, 0, 8, 0.5], "texture": "#lantern"},
				"west": {"uv": [7.5, 0, 8, 4], "rotation": 270, "texture": "#lantern"},
				"up": {"uv": [8, 0, 4.5, 4], "texture": "#lantern"}
			}
		},
		{
			"from": [8, 14.5, 2.5],
			"to": [14, 15.5, 10.5],
			"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 14.5, 9]},
			"faces": {
				"north": {"uv": [8, 0, 4.5, 0.5], "texture": "#lantern"},
				"east": {"uv": [7.5, 0, 8, 4], "rotation": 90, "texture": "#lantern"},
				"up": {"uv": [4.5, 0, 8, 4], "texture": "#lantern"}
			}
		},
		{
			"from": [8, 15.5, 2.5],
			"to": [14, 15.5, 10.5],
			"rotation": {"angle": 45, "axis": "z", "origin": [8, 15.5, 10]},
			"faces": {
				"north": {"uv": [8, 0, 4.5, 0.5], "texture": "#lantern"},
				"east": {"uv": [7.5, 0, 8, 4], "rotation": 90, "texture": "#lantern"},
				"west": {"uv": [7.5, 0, 8, 4], "rotation": 270, "texture": "#lantern"},
				"up": {"uv": [4.5, 0, 8, 4], "texture": "#lantern"}
			}
		},
		{
			"from": [8, 15.5, 2.5],
			"to": [8, 21.5, 10.5],
			"rotation": {"angle": 45, "axis": "z", "origin": [8, 15.5, 10]},
			"faces": {
				"north": {"uv": [8, 0, 4.5, 0.5], "rotation": 90, "texture": "#lantern"},
				"east": {"uv": [8, 0, 4.5, 4], "rotation": 90, "texture": "#lantern"},
				"up": {"uv": [7.5, 0, 8, 4], "texture": "#lantern"},
				"down": {"uv": [7.5, 0, 8, 4], "rotation": 180, "texture": "#lantern"}
			}
		},
		{
			"from": [8, 14.5, 1.5],
			"to": [15, 14.5, 11.5],
			"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 14.5, 9]},
			"faces": {
				"up": {"uv": [0, 0, 3.5, 5], "texture": "#lantern"}
			}
		}
	],
	"gui_light": "front",
	"display": {
		"thirdperson_righthand": {
			"rotation": [89, 0, 0],
			"translation": [0, 2.25, 0],
			"scale": [0.35, 0.35, 0.35]
		},
		"thirdperson_lefthand": {
			"rotation": [89, 0, 0],
			"translation": [0, 2.25, 0],
			"scale": [0.35, 0.35, 0.35]
		},
		"firstperson_righthand": {
			"rotation": [36, -31, 19],
			"translation": [0, 1.25, 0],
			"scale": [0.51, 0.51, 0.51]
		},
		"firstperson_lefthand": {
			"rotation": [36, -31, 19],
			"translation": [0, 1.25, 0],
			"scale": [0.51, 0.51, 0.51]
		},
		"ground": {
			"rotation": [45, -25, 25],
			"translation": [0, 5, 0],
			"scale": [0.35, 0.35, 0.35]
		},
		"gui": {
			"rotation": [-67.5, 0, 0],
			"translation": [0, -1.5, 0]
		},
		"head": {
			"rotation": [157.5, 0, -180],
			"translation": [0, 13, 1.25],
			"scale": [0.84, 0.84, 0.84]
		},
		"fixed": {
			"rotation": [112, 0, -180],
			"translation": [0, 0.75, -2],
			"scale": [0.73, 0.73, 0.73]
		}
	}
}