You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/client/java/autumnvn/autumn/Options.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ public Options() {
52
52
options.put("autoAttack", autoAttack);
53
53
ignorePlayer = SimpleOption.ofBoolean("Ignore Player", value -> Tooltip.of(Text.of("Auto Attack will ignore player")), false);
54
54
options.put("ignorePlayer", ignorePlayer);
55
-
autoHitSwap = SimpleOption.ofBoolean("Auto Hit Swap", value -> Tooltip.of(Text.of("Swap item in main hand to another item in hotbar when attacking, then swap back after attack so it uses base damage & cooldown of original item and enchantments & ability to disable shield of swapped item\nPriority: axe when target is using shield, enchanted sword")), true);
55
+
autoHitSwap = SimpleOption.ofBoolean("Auto Hit Swap", value -> Tooltip.of(Text.of("Swap item in main hand to another item in hotbar when attacking, then swap back after attack so it uses base damage & cooldown of original item and enchantments & ability to disable shield of swapped item\nPriority:\nAxe if target is using shield\n\nSmite sword if target is undead\nBane of arthropods sword if target is arthropod\nImpaling trident if target is aquatic\nEnchanted sword\nNon-weapon if holding unenchanted sword/non-sharpness axe/other weapons")), true);
56
56
options.put("autoHitSwap", autoHitSwap);
57
57
autoSprint = SimpleOption.ofBoolean("Auto Sprint", value -> Tooltip.of(Text.of("Automatically sprint when moving forward")), true);
0 commit comments