summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/hypixel/recipe_required.json
blob: 8d0e75a82f5d491a25a17359ba664aa0ed07bf8b (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
{
	"textures": {
		"1": "item/hypixel/button_small",
		"2": "item/hypixel/close",
		"3": "item/hypixel/crafting_arrow",
		"particle": "item/hypixel/close"
	},
	"elements": [
		{
			"from": [0, 0, -13.75],
			"to": [16, 16, -13.75],
			"faces": {
				"south": {"uv": [0, 0, 16, 16], "texture": "#2"}
			}
		},
		{
			"from": [-16, 0, -13.75],
			"to": [-2, 16, -13.75],
			"faces": {
				"south": {"uv": [1, 0, 15, 16], "texture": "#3"}
			}
		},
		{
			"from": [-1, -1, -15],
			"to": [17, 17, -15],
			"faces": {
				"south": {"uv": [0, 0, 16, 16], "texture": "#1"}
			}
		}
	],
	"gui_light": "front",
	"display": {
		"thirdperson_righthand": {
			"scale": [0, 0, 0]
		},
		"thirdperson_lefthand": {
			"scale": [0, 0, 0]
		},
		"firstperson_righthand": {
			"scale": [0, 0, 0]
		},
		"firstperson_lefthand": {
			"scale": [0, 0, 0]
		},
		"ground": {
			"scale": [0, 0, 0]
		},
		"head": {
			"scale": [0, 0, 0]
		},
		"fixed": {
			"scale": [0, 0, 0]
		}
	}
}