From ef21981ecc337b4742ed0ef1f8ef50cf6c8bf73d Mon Sep 17 00:00:00 2001 From: Snogard Date: Mon, 10 Feb 2025 00:36:14 +0100 Subject: [PATCH] config: balanced flight --- config/balanced_flight.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config/balanced_flight.toml diff --git a/config/balanced_flight.toml b/config/balanced_flight.toml new file mode 100644 index 0000000..4bc00a0 --- /dev/null +++ b/config/balanced_flight.toml @@ -0,0 +1,22 @@ + +#Balanced Flight Settings +[Settings] + + [Settings."Flight Options"] + "Ascended Ring Also Works As Elytra" = true + "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" = true + + [Settings."Balancing Config"] + #Range: 0.0 ~ 10.0 + "Anchor Distance Multiplier (0d -> 10d, default 1d)" = 1.0 + "Disable Fall Damage Near Flight Anchor" = true + "Disable Fall Damage When Wearing Ascended Ring" = true +