Skip to content

Commit

Permalink
4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Genife authored and Genife committed Apr 24, 2023
1 parent 468ae7a commit 614b02f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ public void loadConfig() {
config.addDefault("rockets.distance_to_move_with_y", 340);
config.addDefault("rockets.flying_height", 250);
config.addDefault("rockets.flying_speed", 5.8);
config.addDefault("rockets.move_up_speed", 0.8);
config.addDefault("rockets.move_with_y_speed", 0.8);
config.addDefault("rockets.move_up_speed", 1.0);
config.addDefault("rockets.move_with_y_speed", 1.0);
config.addDefault("rockets.max_fly_duration", 1200);
config.addDefault("rockets.nuclear.password", "nuclear_start_pass");
config.addDefault("rockets.sculk.password", "sculk_start_pass");
Expand Down

0 comments on commit 614b02f

Please sign in to comment.