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
|
{
"credit": "Made with Blockbench",
"parent": "item/end_portal_frame",
"ambientocclusion": false,
"textures": {
"2": "block/anvil_base",
"4": "block/anvil_top",
"5": "block/anvil_side",
"6": "item/anvil",
"particle": "block/anvil",
"body": "block/anvil"
},
"elements": [
{
"from": [6, 3, 6],
"to": [10, 3, 10],
"shade": false,
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#6"}
}
},
{
"from": [2, 0, 2],
"to": [14, 4, 14],
"faces": {
"north": {"uv": [2, 12, 14, 16], "texture": "#5"},
"east": {"uv": [2, 12, 14, 16], "texture": "#body"},
"south": {"uv": [2, 12, 14, 16], "texture": "#5"},
"west": {"uv": [2, 12, 14, 16], "texture": "#body"},
"up": {"uv": [2, 2, 14, 14], "rotation": 180, "texture": "#2"}
}
},
{
"from": [4, 4, 3],
"to": [12, 5, 13],
"faces": {
"north": {"uv": [4, 11, 12, 12], "texture": "#5"},
"east": {"uv": [3, 11, 13, 12], "texture": "#body"},
"south": {"uv": [4, 11, 12, 12], "texture": "#5"},
"west": {"uv": [3, 11, 13, 12], "texture": "#body"},
"up": {"uv": [4, 3, 12, 13], "texture": "#2"}
}
},
{
"from": [6, 5, 4],
"to": [10, 10, 12],
"faces": {
"north": {"uv": [6, 6, 10, 11], "texture": "#5"},
"east": {"uv": [4, 6, 12, 11], "texture": "#body"},
"south": {"uv": [6, 6, 10, 11], "texture": "#5"},
"west": {"uv": [4, 6, 12, 11], "texture": "#body"}
}
},
{
"from": [3, 10, 0],
"to": [13, 16, 16],
"faces": {
"north": {"uv": [3, 0, 13, 6], "texture": "#5"},
"east": {"uv": [0, 0, 16, 6], "texture": "#body"},
"south": {"uv": [3, 0, 13, 6], "texture": "#5"},
"west": {"uv": [0, 0, 16, 6], "texture": "#body"},
"up": {"uv": [3, 0, 13, 16], "rotation": 180, "texture": "#4"}
}
},
{
"from": [13, 10, 0],
"to": [3, 16, 16],
"faces": {
"north": {"uv": [0, 6, 1, 7], "texture": "#body"},
"east": {"uv": [0, 6, 1, 7], "texture": "#body"},
"south": {"uv": [0, 6, 1, 7], "texture": "#body"},
"west": {"uv": [0, 6, 1, 7], "texture": "#body"}
}
},
{
"from": [14, 0, 2],
"to": [2, 4, 14],
"faces": {
"north": {"uv": [0, 6, 1, 7], "texture": "#body"},
"east": {"uv": [0, 6, 1, 7], "texture": "#body"},
"south": {"uv": [0, 6, 1, 7], "texture": "#body"},
"west": {"uv": [0, 6, 1, 7], "texture": "#body"}
}
}
]
}
|