Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Baritone ignores ores while mining #4241

Closed
4 tasks done
theagrik opened this issue Jan 10, 2024 · 2 comments · Fixed by #4248
Closed
4 tasks done

Baritone ignores ores while mining #4241

theagrik opened this issue Jan 10, 2024 · 2 comments · Fixed by #4248
Labels
bug Something isn't working

Comments

@theagrik
Copy link

theagrik commented Jan 10, 2024

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

bugrep.log

Showcase (on Google Drive)

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.
@theagrik theagrik added the bug Something isn't working label Jan 10, 2024
@theagrik theagrik changed the title Baritone ignores Baritone ignores ores while mining Jan 10, 2024
@m0reD3l1r1um
Copy link

m0reD3l1r1um commented Jan 10, 2024

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

@ZacSharp
Copy link
Collaborator

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants