Baritone auto mining for needed materials once inventory is empty.
Patutya opened this issue ยท 6 comments
Describe your suggestion
After using up every available material in your inventory baritone would go off and mine for needed ones. And return to the discontinued build position.
Settings
It probably should be a boolean setting. That would toggle mining option
Context
It would be a huge help for all the survival users with huge builds
Final checklist
- I know how to properly use check boxes
- I have used build and mine commands
this would likely be better for altocleft https://github.com/gaucho-matrero/altoclef
- Altoclef has the prerequisites, but that doesn't mean Baritone can't get this feature as well
- However that's unlikely because you would first have to implement e.g. #2597 to stop
#mine
from taking the blocks from your schematic and you would need a lot of changes to how processes interact with each other (they can only cancel eachother atm) soBuilderProcess
can temporarily delegate toMineProcess
how about
just make a sel where it can mine for needed materials
Edit: it wouldnot need any blacklist sel or zone
It would require roughly the same internal changes so it doesn't really matter.
The big problem is cooperation between processes anyways.