Support use left hand

This commit is contained in:
BruceChen 2022-09-12 02:19:20 +08:00
parent effb3050b4
commit ccb8610020
5 changed files with 24 additions and 1 deletions

View file

@ -188,7 +188,10 @@ namespace MinecraftClient.ChatBots
private void UseFishRod()
{
UseItemInHand();
if (Settings.AutoFishing_Mainhand)
UseItemInHand();
else
UseItemInLeftHand();
}
/// <summary>