breaks fabritone
astommy opened this issue ยท 9 comments
When enabled, fabritone will not do anything, walk, build, etc.
https://gitlab.com/CDAGaming/fabritone
@qouteall I enabled debug logging and found out that fabritone was stuck in this loop
https://gitlab.com/CDAGaming/fabritone/-/blob/master/src/main/java/baritone/pathing/path/PathExecutor.java#L190
Seems that Fabritone copies the chunk map. But this mod replaces the chunk array because the vanilla chunk array does not allow loading chunks beyond render distance.
Vanilla's ClientChunkManager is thread-safe so there is no need to copy the chunk map. It may be the heritage code from 1.12 version of baritone
@qouteall Thank you. I'll report this to baritone