• 0

    posted a message on Macro / Keybind Mod

    Hello, I'm looking for some help with a script ive been trying to edit to no avail...


    ${{
    
    key(use);
    wait(500ms);
     
    &searchitem = $?
     
    for(#forsearch,0,53);
            getslotitem(%#forsearch%,&founditem);
            if(%&founditem% = %&searchitem%);
                    slotclick(%#forsearch%,1,true);
                    wait(500ms);
            endif;
    next;
     
    gui();
    
    }$

    Using this script I found online I had tried to edit it so that the blocks that are clicked are dropped instead, so it should go through all 53 slots essentially ctrl+dropping them


    Is there a way to do this?

    Thanks!

    Posted in: Minecraft Mods
  • To post a comment, please .