-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathengine.json
45 lines (45 loc) · 991 Bytes
/
engine.json
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
{
"name": "basic",
"version": "3.1.2",
"environment-tick-time": 40,
"sound-tick-time": 4,
"block-scan-distance": 40,
"average-height-scan-distance": 2,
"average-height-scan-count": 5,
"biome-scan-distance": 5,
"biome-scan-count": 3,
"air-pocket-count": 50000,
"air-pocket-distance": 13,
"air-pocket-groups": [
{
"distance": 5,
"weight": 10
},
{
"distance": 5,
"weight": 5
},
{
"distance": 5,
"weight": 2
},
{
"distance": 10,
"weight": 1
}
],
"solids": [
"#minecraft:doors",
"#minecraft:impermeable",
"#minecraft:stairs",
"#minecraft:glass_panes",
"#minecraft:walls"
],
"biome-types": [
"surface",
"underground"
],
"fade-volume": "0.005",
"fade-pitch": "0.005",
"default-biome-type": "surface"
}