DarkStorm652 / DarkBot

Minecraft thin client and automation framework
BSD 2-Clause "Simplified" License
124 stars 53 forks source link

Change behavior and configurability of farming task. #16

Open jaron780 opened 10 years ago

jaron780 commented 10 years ago

When farming, if there are no blocks available to farm, the bot will take a default behavior to use /home to return to its home location on servers with /home support. This should not be default behavior.

sometimes when farming it just goes to spawn

ghost commented 10 years ago

Hello, the simple fix for this would be to get the bot to do /sethome in the farm.

The reason for this is that the bot does /home every single time after harvesting the crops and replanting them. The reason for which I don't really know but the /sethome is the key to success.

DarkStorm652 commented 10 years ago

It was a preventative measure for leaving the bot running all the time in case it were to die or get lost and should definitely not be a default action. I'll change this soon.