blob: fbd8022066beadb91f32c030c21bd20bef220e04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"can_loop_de_loop": true,
"armor_slows": true,
"can_slow_fall": false,
// Type: Float
"max_slowed_multiplier": 3.0,
// Type: Float
"wings_speed": 0.0125,
// Type: Integer
"wings_durability": 0,
// Type: Float
"exhaustion_amount": 0.03,
// Type: Float
"required_food_amount": 6.001,
"max_height_enabled": true,
// Type: Integer
"max_height_above_world": 64,
// Type: Float
"flying_target_radius": 0.25,
"client": {
"can_loop_de_loop": true
}
}
|