If you run command: /fill ~-8 ~-8 ~-8 ~8 ~8 ~8 air replace stone at coordinates y<8 the game outputs :The position is out of this world, and the command fails.
Linked issues
is duplicated by 1
Comments 5
Your relative coordinates are pushing the final Y value below Y0, which is outside of the world and in the void. You cannot use /fill
to change blocks that are outside of the world, hence the error.
That I figured, but the command should still replace all the blocks that are inside of the world and are matched to ~-8 ~-8 ~-8 ~8 ~8 ~8, not just fail the entire command.
Example: I'm at Y=4 and run the command:"/fill ~-8 ~-8 ~-8 ~8 ~8 ~8 air replace stone". Currently the command fails, and no block change. What it should do is replace all the blocks from Y=0 to Y=12, and leave all the negative Y values intacted.
Excuse me what? How is it invalid?