diff --git a/config/balanced_flight.toml b/config/balanced_flight.toml new file mode 100644 index 0000000..c51d303 --- /dev/null +++ b/config/balanced_flight.toml @@ -0,0 +1,24 @@ + +#Balanced Flight Settings +[Settings] + + [Settings."Flight Options"] + "Ascended Ring Also Works As Elytra" = false + "Ascended Ring Gives Unlimited Creative Flight (will fall back to Basic tier inside range)" = true + "Flight Anchor Gives Creative Flight" = true + "Flight Anchor Gives Elytra Flight" = false + + [Settings."Enhanced Elytra Mechanics"] + "Disable Elytra Damage" = true + "Enable Elytra Flight From Ground" = true + "Enable Take Off Mechanic" = true + "Infinite Rockets" = false + + [Settings."Balancing Config"] + #Range: 0.0 ~ 10.0 + "Anchor Distance Multiplier (0d -> 10d, default 1d)" = 1.0 + #Range: > 0 + "Anchor stress impact" = 256 + "Disable Fall Damage Near Flight Anchor" = true + "Disable Fall Damage When Wearing Ascended Ring" = true + diff --git a/mods/balancedflight-1.20.1_v2.4.0.jar b/mods/balancedflight-1.20.1_v2.4.0.jar new file mode 100644 index 0000000..84739bf Binary files /dev/null and b/mods/balancedflight-1.20.1_v2.4.0.jar differ