CubicChunks

CubicChunks

840k Downloads

Buildcraft Quarry & Mining Well Compatibility

BaccarWozat opened this issue · 5 comments

commented

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

2017-05-24_00 30 49
2017-05-24_03 07 14

commented

Crash log? And actually, full log (.minecraft/logs/latest/log, not launcher output). I wiould like to see wher eit crashes.

commented

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)

commented

Also right now quarry just won't work correctly (as also most other BC things) above y=2048. This is because BC uses BlockPos.toLong, and there are only 64 bits to fit x y and z coordinates:

screenshot

commented

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.

commented

Stopping at Y=0 is fine, or even your suggestion of "only" going down 256m.