altoclef
altoclef copied to clipboard
Plays block game
To create a build, both altoclef and the modified fabritone project must be built separately and then combined. to make this easier, altoclef should include a copy of `baritone-1.6.2.jar` in...
Gets triggered when the bot is low in health. Will attempt to hide from monsters, for example, hide in a wall and blocking itself in. If it sees any way...
The bot places items in the slots for each item one at a time. This can be made faster. Apparently you can click+drag to evenly distribute items? This might make...
Make this more granular, and test thoroughly to make sure there are no multi-threaded shenanigans. https://github.com/adrisj7-AltoClef/altoclef/blob/23bb175e0c85b5d5a7918fd9413ffe653f8f21df/src/main/java/adris/altoclef/ConfigState.java#L298 ```java private void readExtraState(AltoClefSettings settings) { synchronized (settings.getBreakMutex()) { // TODO: 2021-05-22 why is...
AltoClef might sometimes randomly look at endermen. This will cause the endermen to attempt to kill the player. There should be a check, if a enderman hits you, the bot...
Baritone has a setting called legitMine, which prevents the bot from locating blocks it wants to mine through walls (kinda like xray), but the bot will continue to do so...
Didn't figure out `sendPlayerAction` and `onChatMessage` since they are not in 1.19.2 anymore. Also maven PR must be accepted first or just use flatDirs
## Steps to Reproduce (as best as you can) play on a server @gamer or something that causes the bot to get a full inventory Maybe fps lag a bit?...