Baritone ignores ores while mining
theagrik opened this issue ยท 2 comments
Some information
Operating system: Windows 10 (22H2) x64
Java version: openjdk 21.0.1 2023-10-17 LTS
Minecraft version: 1.20.4
Baritone version: fabric-1.10.2
Other mods (if used): Xaero's Minimap + Worldmap; Fabric API
Exception, error or logs
How to reproduce
Just run #mine with some ore. Worked to me with iron and coal.
Modified settings
None
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.
this problem is even worse with ores not generated as a vein but simply placed on the surface of a wall
https://drive.google.com/file/d/1gCzCUZBX2VPTrfrY5SQNit7_5Bpaustc/view?usp=sharing
it has something to do with #allowBreak false. it can't aim at blocks not on sight hight (sry for my english...)
https://drive.google.com/file/d/1mQdQn5tLye2A7HFVZg94UihsHynXIB51/view
@m0reD3l1r1um yes, Baritone mines ores only if it can walk into their position (and in some cases straight up) so mining that copper without being able to break the stone is expected to not work (also you must have put copper on allowBreakAnyway
or it would have refused mining in the first place). Your problem is different from what @theagrik showed in their video and hence unrelated to this issue.
@theagrik this might the same as #4216 so if you can, please try increasing the ORE_LOCATIONS_COUNT
in MineProcess.java
and test whether that helps?