Baritone seems to skip ore veins that are both in this chunk and in a neigbour one
JaanDev opened this issue ยท 5 comments
Some information
Operating system: win 11
Java version: 17
Minecraft version: 1.20.4 fabric
Baritone version: baritone-1.20.4-20240126.214906-1.jar
Other mods (if used): bobby, fabric api, meteor, nvidium, replaymod, sodium, xaeros maps thing
Exception, error or logs
How to reproduce
Do #mine minecraft:iron_ore
and see this:
There is an iron ore vein that was partially mined but not fully because it continues in another chunk. I guess thats kind of a supposed behaviour that it should mine only in the player's chunk but idk i think it would be better if it found all the ore veins in the chunk.
Modified settings
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.
Weird behavior across chunk boundaries is a result of chunk-wise scanning (technically subchunk-wise but that rarely matters) and not intended behavior. I suspect you are running into #4216, which was fixed by #4248, so updating Baritone and increasing mineMaxOreLocationsCount
should fix it.
Also where did you get that Baritone file from?
I just downloaded from the releases page, and I'm having issues with farming. I don't see the option to increase the mineMaxOreLocationsCount
https://youtu.be/dvBXyhnpJ3M This is the video. After looking at the dates, it looks like this was posted after the pull request formed. How do I update baritone?
Go to the latest CI run (currently this one), scroll down and download the "Artifacts" file.
Though your problem seems to be with #farm
, not #mine
so neither is this issue the right place to ask nor will mineMaxOreLocationsCount
change anything.