summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/torch.json
blob: bc9c456ac27f10bd4915eab5d04da59838d19448 (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
{
	"ambientocclusion": false,
	"textures": {
		"2": "block/torch",
		"layer0": "item/torch",
		"torch_flame_e": "block/torch_flame"
	},
	"elements": [
		{
			"from": [2.89462, -2.85, 6],
			"to": [2.89462, 7.52, 10],
			"shade": false,
			"rotation": {"angle": -22.5, "axis": "z", "origin": [2.89462, -2.76325, 8]},
			"faces": {
				"west": {"uv": [0, 0, 16, 16], "texture": "#layer0"}
			}
		},
		{
			"from": [10, -4, 4],
			"to": [32, 0, 12],
			"shade": false,
			"rotation": {"angle": 45, "axis": "z", "origin": [5, -12, 9]},
			"faces": {
				"up": {"uv": [6, 5, 10, 16], "rotation": 90, "texture": "#2"},
				"down": {"uv": [6, 5, 10, 16], "rotation": 90, "texture": "#2"}
			}
		},
		{
			"from": [30, -4, 6],
			"to": [30, 0, 10],
			"shade": false,
			"rotation": {"angle": 45, "axis": "z", "origin": [5, -12, 9]},
			"faces": {
				"east": {"uv": [7, 6, 9, 8], "texture": "#2"}
			}
		},
		{
			"from": [10, 0, 4],
			"to": [32, -4, 12],
			"shade": false,
			"rotation": {"angle": 45, "axis": "z", "origin": [5, -12, 9]},
			"faces": {
				"up": {"uv": [6, 5, 10, 16], "rotation": 90, "texture": "#2"},
				"down": {"uv": [6, 5, 10, 16], "rotation": 90, "texture": "#2"}
			}
		},
		{
			"from": [10, -6, 6],
			"to": [32, 2, 10],
			"shade": false,
			"rotation": {"angle": 45, "axis": "z", "origin": [5, -12, 9]},
			"faces": {
				"north": {"uv": [6, 5, 10, 16], "rotation": 270, "texture": "#2"},
				"south": {"uv": [6, 5, 10, 16], "rotation": 90, "texture": "#2"}
			}
		},
		{
			"from": [10, -6, 10],
			"to": [32, 2, 6],
			"shade": false,
			"rotation": {"angle": 45, "axis": "z", "origin": [5, -12, 9]},
			"faces": {
				"north": {"uv": [6, 5, 10, 16], "rotation": 270, "texture": "#2"},
				"south": {"uv": [6, 5, 10, 16], "rotation": 90, "texture": "#2"}
			}
		},
		{
			"from": [6.22843, 9.2, 8],
			"to": [22.22843, 25.2, 8],
			"shade": false,
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#torch_flame_e"},
				"south": {"uv": [16, 0, 0, 16], "texture": "#torch_flame_e"}
			}
		}
	],
	"gui_light": "front",
	"display": {
		"thirdperson_righthand": {
			"rotation": [0, 90, 55],
			"translation": [0, 2.75, 3.5],
			"scale": [0.5, 0.5, 0.5]
		},
		"thirdperson_lefthand": {
			"rotation": [0, -90, -55],
			"translation": [0, 2.75, 3.5],
			"scale": [0.5, 0.5, 0.5]
		},
		"firstperson_righthand": {
			"rotation": [-180, 82, -177],
			"translation": [3.75, 1, 1.5],
			"scale": [0.5, 0.5, 0.5]
		},
		"firstperson_lefthand": {
			"rotation": [0, -78, 3],
			"translation": [3.75, 1, 1.5],
			"scale": [0.5, 0.5, 0.5]
		},
		"ground": {
			"rotation": [0, 0, 45],
			"translation": [0, 2, 0],
			"scale": [0.35, 0.35, 0.35]
		},
		"gui": {
			"rotation": [45, 90, -90],
			"translation": [0, 8.25, 0],
			"scale": [4, 4, 4]
		},
		"head": {
			"rotation": [0, 90, 0],
			"translation": [0, 9.5, -7.75],
			"scale": [0.75, 0.75, 0.75]
		},
		"fixed": {
			"translation": [0, 1.5, -1.5]
		}
	}
}