Skip to content

Instantly share code, notes, and snippets.

@benhovinga
Last active December 19, 2020 16:19
Show Gist options
  • Save benhovinga/71ca78d0cd261fdac2afc03963123583 to your computer and use it in GitHub Desktop.
Save benhovinga/71ca78d0cd261fdac2afc03963123583 to your computer and use it in GitHub Desktop.
Automatically move all stacks of same type from inventory in Minecraft
; Auto Inventory Mover
; Created by Ben Hovinga (https://github.com/benhovinga)
; This script will auto move all items of the same type from your inventory to a chest or in reverse.
; How-to video: https://youtu.be/cKdi5v-dNEE
; Force input mode for speed and reliability.
SendMode Input
; Change F24 to any keybind you like.
F24::
Send {Shift down}
Click, 2
Send {Shift up}
Click
Send {Shift down}
Click
Send {Shift up}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment