Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

Smarter pathing with status effects

leijurv opened this issue ยท 5 comments

commented

For example, while under fire resistance, path through lava. Maybe even detect fire resistance potions on hotbar and use them.

commented

Another idea is taking into account Jump Boost for ascend and pillar costs and execution.

commented

any plans on implementing this? pathing through lava would be quite useful in nether
also consider jumping and levitation effects too

commented

this thread is still open after 4 years O_o

commented

isnt this already implemented with the assumeWalkOnLava option?

if (Baritone.settings().assumeWalkOnLava.value && isLava(block) && !isFlowing(x, y, z, state, bsi)) {