ZacSharp

Results 392 comments of ZacSharp

Still get a crash by these steps 1. Stand on the nether roof with some firework rockets and an elytra 2. Run `#settings reset all`, `#elytraAllowAboveRoof true`, `#thisway 1000`, `#elytra`...

> On a related note, is there a better way for me to share commits? Or would you just prefer I left it all over to Babbaj now since its...

> > Still get a crash by these steps > > fixed Replace `#elytra reset` with changing `elytraNetherSeed`/`elytraPredictTerrain`/`elytraAllowTightSpaces` and it crashes once again.

Having a short look at the solver it looks like `isHitboxClear` might also need patching to not use `context.raytrace`. Not sure why `passable` needs to use `bsi` instead of `boi`...

The builder is known to have problems with directional blocks and rails are basically the worst case directional and contextual block.

Likely a problem with the amount of ores Baritone scans for before stopping and I'm kind of surprised nobody thought of this before. The problem is that, by default, Baritone...

Java 21 should be correct. As for why this error occurs: no idea. Seems like Minecraft doesn't (properly) end up on the class path, but no idea what do to...

Are you sure there are known chests within the loaded cache area? `#find` cannot distinguish between blocks not being cached and no blocks being nearby, all it sees is that...

Hm, that should work. Are you sure it only happens on 2b2t? That would be really annoying (a dozen hours per test is too much).

This completely breaks breaking replaceable blocks. https://github.com/user-attachments/assets/de9ecbd2-f5f3-464a-a822-5e4d6fd6ec74 Besides that, it would be nice if you split your changes into multiple commits. Changing the iteration order is mostly white space changes...