Minecraft-Console-Client
Minecraft-Console-Client copied to clipboard
Add AutoTool
Add AutoTool for bots :D
What do you mean by AutoTool? You have some scripts that auto-mine or harvest stuff here: https://github.com/ORelio/Minecraft-Console-Client/tree/master/MinecraftClient/config/ChatBots
I want the bot to automatically replace the item slot when the pickaxe breaks
Take a look at how AutoTree
bot check for sapling in the player hot bar:
https://github.com/ORelio/Minecraft-Console-Client/blob/e90e7b6b2ca722a320d233e34a0143a0c9a1b4ba/MinecraftClient/config/ChatBots/AutoTree.cs#L103-L125
You could do the similar thing by writing your own ChatBot.
thxx