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
|
{
"credit": "Made with Blockbench",
"ambientocclusion": false,
"texture_size": [16, 32],
"textures": {
"particle": "block/fire_block_0",
"fire": "block/fire_block_0",
"fire2": "block/fire_block_1"
},
"elements": [
{
"from": [11.25, 0, 0],
"to": [11.25, 22, 16],
"shade": false,
"rotation": {"angle": 22.5, "axis": "z", "origin": [11.25, 0, 8], "rescale": true},
"faces": {
"east": {"uv": [0, 5, 16, 16], "texture": "#fire"}
}
},
{
"from": [0, 0, 11.25],
"to": [16, 22, 11.25],
"shade": false,
"rotation": {"angle": -22.5, "axis": "x", "origin": [8, 0, 11.25], "rescale": true},
"faces": {
"south": {"uv": [0, 5, 16, 16], "texture": "#fire2"}
}
},
{
"from": [4.75, 0, 0],
"to": [4.75, 22, 16],
"shade": false,
"rotation": {"angle": -22.5, "axis": "z", "origin": [4.75, 0, 8], "rescale": true},
"faces": {
"west": {"uv": [0, 5, 16, 16], "texture": "#fire"}
}
},
{
"from": [0, 0, 4.75],
"to": [16, 22, 4.75],
"shade": false,
"rotation": {"angle": 22.5, "axis": "x", "origin": [8, 0, 4.75], "rescale": true},
"faces": {
"north": {"uv": [0, 5, 16, 16], "texture": "#fire2"}
}
},
{
"from": [0.25, 0, 0],
"to": [15.75, 22, 16],
"shade": false,
"faces": {
"east": {"uv": [0, 5, 16, 16], "texture": "#fire2"},
"west": {"uv": [0, 5, 16, 16], "texture": "#fire2"}
}
},
{
"from": [0, 0, 0.25],
"to": [16, 22, 15.75],
"shade": false,
"faces": {
"north": {"uv": [0, 5, 16, 16], "texture": "#fire"},
"south": {"uv": [0, 5, 16, 16], "texture": "#fire"}
}
}
]
}
|