DarkStorm652 / DarkBot

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

Fix resource collection and drop pickup in various tasks. #14

Open jaron780 opened 10 years ago

jaron780 commented 10 years ago

The mining task will miss adjacent ores in veins and ore drops as a result of the implementation (or lack thereof), and the tree chopping task can have log cutting improved.

There needs to be a way to make it pick up drops within like 3-4 blocks when mineing or choping trees because it misses lots of blocks

DarkStorm652 commented 10 years ago

The whole ore vein handling should be reworked in the mining task; it's really poorly done and misses a lot of ore, aside from the ore drops that are left on the ground.

ghost commented 10 years ago

It only manages to get ores that are "visible" in the entire tunnel. Also, mining length should be increased to 64 as 32 is pretty short for a branch mining

jaron780 commented 10 years ago

i dont mean it misses ores i mean it doesnt PICK up some ores they are just left as droped items after the bot mined them

jaron780 commented 10 years ago

and also how can i make the bot drop all items from the gui

DarkStorm652 commented 10 years ago

Inventory interactions are broken: https://github.com/DarkStorm652/DarkBot/issues/10 Will fix soon.

ghost commented 10 years ago

Well, it still does miss some ores by mistake...

jaron780 commented 10 years ago

how would i go about fixing it myself what would need to be done to fix it?

DarkStorm652 commented 10 years ago

This is still quite a valid issue that should be addressed (with two parts to it).

jaron780 commented 10 years ago

Well not really an issues but it should be easy just add to the tasks to pickup droped items within a 5 block radius