Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

Seperate mobSpawnerAvoidanceRadius depending type of mob

SeasonalFerret opened this issue ยท 0 comments

commented

public final Setting<Integer> mobAvoidanceRadius = new Setting<>(8);

While a value of 8 is good for things like zombies, skeletons have an activation range of 16 and can easily snipe the bot if it gets too close, especially with their new AI to follow players.

A mobSpawnerAvoidanceRadius of 17 will result in baritone entirely avoiding the activation range.