File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/kotlin/com/lambda/module/modules/movement Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ object BetterFirework : Module(
4646 description = " Automatic takeoff with fireworks" ,
4747 tag = ModuleTag .MOVEMENT ,
4848) {
49+ private var fireworkInteract by setting(" Right Click Fly" , true , " Automatically start flying when right clicking fireworks" ).group(Group .General )
50+ private var fireworkInteractCancel by setting(" Right Click Cancel" , false , " Cancel block interactions while holding fireworks" ) { fireworkInteract }.group(Group .General )
4951 private var middleClick by setting(" Middle Click" , true , " Use firework on middle mouse click" ).group(Group .General )
5052 private var middleClickCancel by setting(" Middle Click Cancel" , false , description = " Cancel pick block action on middle mouse click" ) { middleClick }.group(Group .General )
51- private var fireworkInteract by setting(" Right Click Fly" , true , " Automatically start flying when right clicking fireworks" )
52- private var fireworkInteractCancel by setting(" Right Click Cancel" , false , " Cancel block interactions while holding fireworks" ) { fireworkInteract }
5353
5454 private var clientSwing by setting(" Swing" , true , " Swing hand client side" ).group(Group .General )
5555 private var silentUse by setting(" Silent" , true , " Silent use fireworks from the inventory" ) { middleClick }.group(Group .General )
You can’t perform that action at this time.
0 commit comments