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
{
"type": "model",
"name": "torch",
"model": "torch",
"light": 14,
"drag": [0.90, 0.02, 0.90],
"hardness": 0,
"drop": {
"requires_tool": false,
"drop": "torch"
},
"sound": {
"place": [
"wood_1.ogg",
"wood_2.ogg",
"wood_3.ogg",
"wood_4.ogg"
],
"destroy": [
"wood_1.ogg",
"wood_2.ogg",
"wood_3.ogg",
"wood_4.ogg"
]
},
"placement": {
"ceiling": false,
"sides": true,
"floor": true,
"centered": true,
"rotatable": true,
"rotation_transform": {
"translation": [
0.0,
0.2206,
-0.5
],
"rotation": [
0.191,
0,
0,
0.982
],
"scale": [
1.0,
1.0,
1.0
]
}
}
}