mining scaffhold blocks
MoDerPo opened this issue ยท 2 comments
Some information
Operating system: windows 10
Java version: idk doesn't matter
Minecraft version: 1.12.2
Baritone version: 1.2.14
Other mods (if used): impact
Exception, error or logs
nah
How to reproduce
I made baritone mine dirt and then it went to find more dirt using already mined dirt as scaffhold. But it then destroyed said scaffhold cuz it's dirt. It kept doing that for a bit until it started going into another direction
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 OwO's or UwU's in this issue.
A workaround is to remove dirt from acceptableThrowawayBlocks
or to disable allowPlace
, not sure whether Baritone should automatically behave as if you had done the first.
I could imagine something that prevents baritone from placing the block that it's mining, because after all you don't want it as a throwaway rn and you might not wanna remove it from the acceptableThrowawayBlocks
, in my example I was mining dirt as a throwaway block for later use. Or you could just make baritone remember which specific blocks it has just used as a scaffhold and maybe only let it mine them after they are no longer in use, tho that could prolly get very complicated.