mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add config setting for AutoCraft
This commit is contained in:
parent
d71fb88d93
commit
6967f6928b
3 changed files with 27 additions and 6 deletions
|
|
@ -175,8 +175,7 @@ namespace MinecraftClient
|
|||
if (Settings.AutoAttack_Enabled) { BotLoad(new ChatBots.AutoAttack()); }
|
||||
if (Settings.AutoFishing_Enabled) { BotLoad(new ChatBots.AutoFishing()); }
|
||||
if (Settings.AutoEat_Enabled) { BotLoad(new ChatBots.AutoEat(Settings.AutoEat_hungerThreshold)); }
|
||||
|
||||
BotLoad(new AutoCarft());
|
||||
if (Settings.AutoCraft_Enabled) { BotLoad(new AutoCarft()); }
|
||||
|
||||
//Add your ChatBot here by uncommenting and adapting
|
||||
//BotLoad(new ChatBots.YourBot());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue