Buildcraft Quarry & Mining Well Compatibility
BaccarWozat opened this issue · 5 comments
Using CC 0.0.567.0 and Buildcraft 7.99.3.
•Mining Well dug down to Y=0, immediately reset to Y=64 and continued even though there was just air there. Behavior acceptable to me but not expected.
•Quarry dug down to Y=0 and crashed. Can workaround by watching the F3 menu and stopping when it approaches Y=0.
Crash log: https://pastebin.com/FWrE1iMq
Latest.log: https://pastebin.com/tyQ1pP5k
Crash log? And actually, full log (.minecraft/logs/latest/log
, not launcher output). I wiould like to see wher eit crashes.
Also, if you sart your quarry at some extreme height, just onebug I would expect, but it's fixable:
when it reaches not yet generated chunks it will most likely keep going but won't mine any ores. This is because cubes that are requested to be generated by getBlock/setBlock don't have ores generated (and right now this is by design, I would really like @xcube16 to say something about it)
Crash fixed in BuildCraft/BuildCraft@9b9b10f and BuildCraft/BuildCraft@0d67d96. Just note that this is still alpha version of buildcraft, and cubic chunks isn't even alpha yet. based on my testing, the quarry doesn't even chunkload itself yet (even when cubic chunks does actually support chunkloading to some extent).
Mining well behavior probably looks like that because it resets to y=64 when it reaches "no next position" state. Quarry will now stop at y=0. Some better compatibility may (or may not) happen in the future.
If you want to, submit another issue for quarry and minig well stopping at y=0, this is closed because it no longer crashes.