CubicChunks

CubicChunks

840k Downloads

/fill complains about placing blocks outside world below y = 0 or above 255

bluebear94 opened this issue ยท 3 comments

commented

When you try to place blocks below y = 0 or above y = 255 with /fill, then you get an error message saying Cannot place blocks outside world.

commented

I got it to work, with a bit of a delay, for Y=257, but it gets the error message at Y=2048. Commands used were
/fill 300 257 150 350 257 200 stone
and
/fill -50 2048 -50 50 2048 50 dirt
Worse, the 257 behavior cannot be replicated, and now I am getting the error message at BELOW Y=256 and as low as Y=96. It might have something to do with the number of blocks to place, or it could be whether there had already been an error displayed.
2017-05-27_22 42 40

commented

Turns out vanilla has some really strange logic there:

it checks if the block at Y=(maxFillY - minFillY) is loaded.

commented

It's probably the wrong constant being replaced somewhere.