Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 766 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 766 Bytes

Gape digging bot using the Baritone API

Needs lots of refactoring but works well.

For users:

Make a folder in your .minecraft called Digger and place a file called databaseIP in it with the ip of your mongo database, username and password. In that folder, also make a file called partitions with the range of partitions that the player/bot will use. Example: 1 20

Make sure there is only one document in the partitions collection containing the # of partitions and the X and Y coords of their southeast corner every line. Every partition is 4 chunks x 4 chunks (64x64 blocks).

-- MongoDB inital layout --

Screen Shot 2022-08-24 at 3 46 39 AM