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
|
{
"parent": "item/end_portal_frame",
"ambientocclusion": false,
"textures": {
"0": "block/rail_3d",
"1": "item/rail",
"particle": "block/rail"
},
"elements": [
{
"from": [0, 0, 8],
"to": [16, 16, 8],
"faces": {
"north": {"uv": [16, 0, 8, 8], "rotation": 180, "texture": "#0"},
"south": {"uv": [8, 0, 16, 8], "texture": "#0", "cullface": "down"}
}
},
{
"from": [2, 0, 7],
"to": [14, 16, 9],
"faces": {
"north": {"uv": [1, 0, 7, 8], "rotation": 180, "texture": "#0"},
"east": {"uv": [6, 0, 7, 8], "rotation": 180, "texture": "#0"},
"south": {"uv": [1, 8, 7, 16], "texture": "#0", "cullface": "down"},
"west": {"uv": [1, 0, 2, 8], "rotation": 180, "texture": "#0"},
"up": {"uv": [1, 0, 7, 1], "texture": "#0"}
}
},
{
"from": [12, 0, 7],
"to": [4, 16, 9],
"faces": {
"east": {"uv": [1.5, 8, 2.5, 16], "rotation": 180, "texture": "#0"},
"west": {"uv": [5.5, 8, 6.5, 16], "rotation": 180, "texture": "#0"}
}
},
{
"from": [6, 1, 6],
"to": [10, 1, 10],
"shade": false,
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
}
],
"display": {
"firstperson_righthand": {
"rotation": [0, -36.5, 0],
"translation": [0, 3, 0],
"scale": [0.6, 0.6, 0.6]
},
"firstperson_lefthand": {
"rotation": [0, -36.5, 0],
"translation": [0, 3, 0],
"scale": [0.6, 0.6, 0.6]
}
}
}
|