mojira.dev
MC-123917

command bug

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

Comments 5

Excuse me what? How is it invalid?

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.

It never worked like that. This would be a feature suggestion, which would not belong on this tracker.

Matic

(Unassigned)

Unconfirmed

Minecraft 18w01a

Retrieved