mircocosrs1 0 Posted November 14, 2021 i want to move item from slot 1 in my inventory to slot 14. how can i do this without mouse bug
Pandemic 2818 Posted November 14, 2021 You could do something like this: Tabs.open(Tab.INVENTORY); Mouse.move(Inventory.slotBounds(0)); Mouse.drag(Inventory.slotBounds(13));
Recommended Posts
Archived
This topic is now archived and is closed to further replies.