Port to 1.20.2 (#305)

Co-authored-by: Cloudburst <18114966+C10udburst@users.noreply.github.com>
This commit is contained in:
MonkeySaint
2023-11-14 15:03:57 -05:00
committed by GitHub
parent 1f0eef9e15
commit 3119a9145c
20 changed files with 86 additions and 104 deletions

View File

@@ -63,7 +63,7 @@ public class AutoGrind extends Module {
if (mc.currentScreen == null) break;
InvUtils.quickMove().slot(i);
InvUtils.quickSwap().slot(i);
InvUtils.move().fromId(2).to(i);
}
}