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
|
{
"parent": "block/block",
"ambientocclusion": false,
"textures": {
"1": "block/end_stone_grass_top",
"2": "block/end_stone_grass",
"3": "block/end_stone",
"4": "block/end_stone_shroom",
"5": "block/end_stone_ctm",
"particle": "block/end_stone"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "down"}
}
},
{
"from": [0, 16.1, 0],
"to": [16, 16.1, 16],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "up"}
}
},
{
"from": [-2, 16.05, -2],
"to": [18, 16.05, 18],
"faces": {
"up": {"uv": [4.66667, 4.66667, 11.33333, 11.33333], "texture": "#5", "cullface": "up"}
}
},
{
"from": [8, 16, 0],
"to": [8, 32, 16],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [8, 24, 8]},
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "up"},
"west": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "up"}
}
},
{
"from": [8, 16, 0],
"to": [8, 32, 16],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [8, 24, 8]},
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "up"},
"west": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "up"}
}
},
{
"from": [0, 10, -8],
"to": [16, 10, 0],
"shade": false,
"faces": {
"up": {"uv": [0, 8, 16, 0], "texture": "#4", "cullface": "north"},
"down": {"uv": [0, 0, 16, 8], "texture": "#4", "cullface": "north"}
}
},
{
"from": [16, 7, 0],
"to": [24, 7, 16],
"shade": false,
"faces": {
"up": {"uv": [0, 8, 16, 0], "rotation": 90, "texture": "#4", "cullface": "east"},
"down": {"uv": [0, 0, 16, 8], "rotation": 270, "texture": "#4", "cullface": "east"}
}
},
{
"from": [0, 10, 16],
"to": [16, 10, 24],
"shade": false,
"faces": {
"up": {"uv": [0, 8, 16, 0], "rotation": 180, "texture": "#4", "cullface": "south"},
"down": {"uv": [0, 0, 16, 8], "rotation": 180, "texture": "#4", "cullface": "south"}
}
},
{
"from": [-8, 7, 0],
"to": [0, 7, 16],
"shade": false,
"faces": {
"up": {"uv": [0, 8, 16, 0], "rotation": 270, "texture": "#4", "cullface": "west"},
"down": {"uv": [0, 0, 16, 8], "rotation": 90, "texture": "#4", "cullface": "west"}
}
}
]
}
|