mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Support use left hand
This commit is contained in:
parent
effb3050b4
commit
ccb8610020
5 changed files with 24 additions and 1 deletions
|
|
@ -203,6 +203,7 @@ namespace MinecraftClient
|
|||
//Auto Fishing
|
||||
public static bool AutoFishing_Enabled = false;
|
||||
public static bool AutoFishing_Antidespawn = false;
|
||||
public static bool AutoFishing_Mainhand = true;
|
||||
public static double AutoFishing_FishingDelay = 3.0;
|
||||
public static double AutoFishing_FishingTimeout = 600.0;
|
||||
public static double AutoFishing_FishingHookThreshold = 0.2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue