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
privatevarmiddleClick by setting("Middle Click", true, "Use firework on middle mouse click").group(Group.General)
50
-
privatevar middleClickCancel by setting("Middle Click Cancel", false, description ="Cancel pick block action on middle mouse click") { middleClick }.group(Group.General)
56
+
privatevaractivateButton by setting("Activate Key", Bind(0, 0, Mouse.Middle.ordinal), "Button to activate Firework").group(Group.General)
57
+
privatevar middleClickCancel by setting("Middle Click Cancel", false, description ="Cancel pick block action on middle mouse click") { activateButton.key !=KeyCode.UNBOUND.code }.group(Group.General)
51
58
privatevar fireworkInteract by setting("Right Click Fly", true, "Automatically start flying when right clicking fireworks")
52
59
privatevar fireworkInteractCancel by setting("Right Click Cancel", false, "Cancel block interactions while holding fireworks") { fireworkInteract }
53
60
54
61
privatevar clientSwing by setting("Swing", true, "Swing hand client side").group(Group.General)
55
-
privatevar silentUse by setting("Silent", true, "Silent use fireworks from the inventory") { middleClick }.group(Group.General)
62
+
privatevar silentUse by setting("Silent", true, "Silent use fireworks from the inventory") { activateButton.key !=KeyCode.UNBOUND.code }.group(Group.General)
0 commit comments