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
|
{
"credit": "Made with Blockbench",
"ambientocclusion": false,
"textures": {
"0": "block/rail_3d",
"particle": "block/air"
},
"elements": [
{
"from": [-4.65, 0.9, 9.2],
"to": [4.65, 0.9, 24.7],
"rotation": {"angle": 45, "axis": "y", "origin": [0, -0.1, 0]},
"faces": {
"up": {"uv": [8, 0.5, 16, 5.5], "rotation": 90, "texture": "#0"},
"down": {"uv": [8, 0.5, 16, 5.5], "rotation": 270, "texture": "#0", "cullface": "down"}
}
},
{
"from": [0.4, -0.05, -3.9],
"to": [2.4, 1.95, 16.1],
"rotation": {"angle": -45, "axis": "y", "origin": [2, -0.1, 16]},
"faces": {
"east": {"uv": [1, 6, 2, 16], "rotation": 90, "texture": "#0"},
"west": {"uv": [2, 6, 1, 16], "rotation": 270, "texture": "#0"},
"up": {"uv": [1, 6, 2, 16], "texture": "#0"},
"down": {"uv": [1, 6, 2, 16], "texture": "#0", "cullface": "down"}
}
},
{
"from": [13, -0.1, 9.2],
"to": [15, 1.9, 17.1],
"rotation": {"angle": -45, "axis": "y", "origin": [12, -0.1, 16]},
"faces": {
"east": {"uv": [6, 8.25, 7, 11.75], "rotation": 270, "texture": "#0"},
"west": {"uv": [7, 8.25, 6, 11.75], "rotation": 90, "texture": "#0"},
"up": {"uv": [6, 11.75, 7, 8.25], "texture": "#0"},
"down": {"uv": [6, 11.75, 7, 8.25], "texture": "#0", "cullface": "down"}
}
}
],
"groups": [
{
"name": "rail",
"origin": [8, 8, 8],
"color": 0,
"children": [0, 1, 2]
}
]
}
|