init
This commit is contained in:
25
config/icarus.jsonc
Normal file
25
config/icarus.jsonc
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"can_loop_de_loop": true,
|
||||
"armor_slows": false,
|
||||
"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.01,
|
||||
// Type: Float
|
||||
"required_food_amount": 6.001,
|
||||
// Type: Float
|
||||
"roll_amount": 1.0,
|
||||
"max_height_enabled": true,
|
||||
// Type: Integer
|
||||
"max_height_above_world": 64,
|
||||
// Type: Float
|
||||
"flying_target_radius": 0.25,
|
||||
"client": {
|
||||
"can_loop_de_loop": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user