Add config setting for AutoCraft

This commit is contained in:
ReinforceZwei 2020-07-20 19:33:57 +08:00 committed by ORelio
parent d71fb88d93
commit 6967f6928b
3 changed files with 27 additions and 6 deletions

View file

@ -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());