Finish AutoCraft core functional part

This commit is contained in:
ReinforceZwei 2020-07-09 22:21:39 +08:00 committed by ORelio
parent 82fb081828
commit 97d7325939
5 changed files with 220 additions and 52 deletions

View file

@ -1573,6 +1573,7 @@ namespace MinecraftClient.Protocol.Handlers
case WindowActionType.LeftClick: button = 0; break;
case WindowActionType.RightClick: button = 1; break;
case WindowActionType.MiddleClick: button = 2; mode = 3; break;
case WindowActionType.ShiftClick: button = 0; mode = 1; break;
case WindowActionType.DropItem:
button = 0;
mode = 4;