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
privatevar fireworkInteractCancel by setting("Right Click Cancel", false, "Cancel block interactions while holding fireworks") { fireworkInteract }
58
58
59
59
privatevar clientSwing by setting("Swing", true, "Swing hand client side").group(Group.General)
60
-
privatevarsilentUse by setting("Silent", true, "Silent use fireworks from the inventory") { activateButton.key !=KeyCode.Unbound.code }.group(Group.General)
60
+
privatevarinvUse by setting("Inventory", true, "Use fireworks from inventory") { activateButton.key !=KeyCode.Unbound.code }.group(Group.General)
0 commit comments