Will not avoid/putout Soul Fire
a1cd opened this issue ยท 8 comments
Some information
Operating system: MacOS
Java version: 1.8.0_111
Minecraft version: 1.16.4
Baritone version: 1.6.2
Forge mods (if used): Xaeros minimap, optifine
baritone will not avoid/putout Soul Fire and walks through it, talking damage
How to reproduce
make platform of soul sand
make ring of fire around self
look foreward
type #thisway 10
put out the fire directly behind you
type #path
Modified settings
allow inventory
blockBreakAdditionalPenalty
Final checklist
- I know how to properly use check boxes
- I have included the version of Minecraft I'm running, baritone's version and forge mods (if used).
- I have included logs, exceptions and / or steps to reproduce the issue.
- I have not used any REDACTED or REDACTED in this issue.
Does it put out the fire if you don't put out one yourself?
What is the value of blockBreakAdditionalPenalty? If it is too high baritone will take long detours to avoid block breaking.
Does it walk through the fire? You haven't made that clear.
it walks through soul fire and in the process takes damage but will put out normal fire if it's path goes through it
fixed in 373ad3e
That is actually a different version.
I'm not sure how things are handled that can't be done on master, but I'd expect that the non-release branches (1.16.2) are still used when merging upwards, so 373ad3e should be cherry-picked onto the lowest 1.16 branch.
Checked it, they aren't updated when there is a higher minor mc release.
So this is fixed and can be closed.
That's on the 1.16.5 branch.
Also it shouldn't be cherry picked down because builds are being made off of 1.16.5?
I though the old branches were still used as intermediate steps when merging upwards, but they aren't.