Skip to content

Commit

Permalink
adjust default speed
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Apr 22, 2024
1 parent f47b436 commit 940bcff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public final class IcarusConfig {
@ConfigEntry(id = "max_slowed_multiplier", type = EntryType.FLOAT, translation = "config.icarus.max_slowed_multiplier")
public static float maxSlowedMultiplier = 3F;
@ConfigEntry(id = "wings_speed", type = EntryType.FLOAT, translation = "config.icarus.wings_speed")
public static float wingsSpeed = 0.02F;
public static float wingsSpeed = 0.0125F;
@ConfigEntry(id = "wings_durability", type = EntryType.INTEGER, translation = "config.icarus.wings_durability")
public static int wingsDurability = 0;
@ConfigEntry(id = "exhaustion_amount", type = EntryType.FLOAT, translation = "config.icarus.exhaustion_amount")
Expand Down

0 comments on commit 940bcff

Please sign in to comment.