altoclef icon indicating copy to clipboard operation
altoclef copied to clipboard

Plays block game

Results 128 altoclef issues
Sort by recently updated
recently updated
newest added

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...

infrastructure

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...

enhancement

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...

enhancement

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...

infrastructure

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...

minor bug

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...

enhancement

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?...

major bug