-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yml
67 lines (56 loc) · 922 Bytes
/
config.yml
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
acceleration:
look: 0.03
takeoff:
vertical: 0.5
look: 0.5
takeoff:
glide_millis: 1000
tap_millis: 500
max_velocity: 2.0
gauge_debounce_millis: 1000
# Parameters to World.spawnParticle()
exhaust:
effect: FIREWORKS_SPARK
offset: 0.3
speed: 0.01
count: 5
sound: ENTITY_ELDER_GUARDIAN_AMBIENT
volume: 4.0
broken:
sound: BLOCK_FURNACE_FIRE_CRACKLE
volume: 3.0
glide: true
glide_fall_reduction: 2.0
altimeter:
enabled: true
ceiling: 300.0
colours:
'100': RED
'200': BLUE
'256': WHITE
'300': PINK
speedometer:
enabled: true
max: 2.0
colour: BLUE
wingometer:
enabled: true
colours:
'10': RED
'30': YELLOW
'101': GREEN
pitchmeter:
enabled: true
min: -90.0
max: 90.0
colours:
'-20': RED
'-10': YELLOW
'11': GREEN
'21': YELLOW
'91': RED
vacuum:
enabled: true
altitude: 300.0
damage: 1.0
tnt_throw_speed: 1.0