TheGrandCurator / Cheddar-BratWurst7

Minecraft Wurst Hacked Client v7
https://www.wurstclient.net/
GNU General Public License v3.0
6 stars 0 forks source link

Implemented Pick-Command and a helper called "EmptySlotKeeperHack" #15

Closed TheGrandCurator closed 2 years ago

TheGrandCurator commented 2 years ago

Original PR #96

Description

aBinaryStory : PickCmd:

On use, it searches the inventory for the given item and places it to the specified hotbar slot. It can be combined with .bind command f.e. to always equip the Diamond Sword to hotbar slot 1 when button x is pressed. (Binding items to keys) it uses the Minecraft concept of Quick Move Items, which allowes items from the inventory to be moved to the hotbar using one click/button and vice versa. Limitations: To Quick Move Items, you need at least one empty slot in your inventory. To automatically keep one slot empty, i created the EmptySlootKeeperHack items can not be placed to the specifed slot, if the hotbar is not filled. (Randomly places the item in the hotbar and switches to it) EmptySlootKeeperHack:

On enabled, it will always drop the last picked item if your inventory is full. -> Keeps always one inventory slot empty