All blocks are obsidian except for the upper south east corner
To reproduce:
/fill ~-1 ~-1 ~-1 ~-9 ~-1 ~-9 minecraft:water
/fill ~-1 ~-1 ~-1 ~-9 ~-1 ~-9 minecraft:lava
Linked issues
Attachments
Comments 13
As MCPE-100607 is tracked as a bug in Bedrock Edition, I am not sure if /fill
turning water into obsidian is intended.
Yeah, it updates the lava (which is next to water) before placing the remaining blocks; it should first replace all blocks, and only then update them.
The fact it creates obsidian is most likely intended - the bug is that it misses the south east corner. If you do want to properly replace water with lava, add "destroy" at the end of the /fill command