Replacing Water Blocks With Lava in Minecraft

[BACK]
Replacing Water Blocks With Lava in Minecraft
Posted On: February 20, 2023

In Minecraft (Bedrock), I'm trying to replace water blocks with lava using a /fill command, e.g., on a region already containing water (note: this command covers the entire water region, there's no water left over around the edges):.


/fill ~-3 ~-1 ~-3 ~3 ~-1 ~3 lava.


But when I do this, instead of replacing the water with lava, it fills the region with obsidian :(.


It works the other way around, if I do this on a pool of lava:.


/fill ~-3 ~-1 ~-3 ~3 ~-1 ~3 water.


Then the lava is replaced with water. It's only when going water -> lava that it turns to obsidian.


I hand-wavily tried:.


/fill ~-3 ~-1 ~-3 ~3 ~-1 ~3 lava 0 replace.


But it had the same result: Obsidian instead of lava.


Is there a way to replace an area of water with lava with a command?


Question from user Jason C at gaming.stackexchange.com.


Answer:

This is considered a bug: https://bugs.mojang.com/browse/MCPE-100607.


The way I'd suggest working around this bug until it's fixed is to use an in-between fill of blocks that are otherwise not present in the area and that don't have any kind of world interaction with either water or lava (e.g. stone): replace the water with stone, then the stone with lava.


(Here an example using replace, but if you're just fully filling the area, you can remove the replace part).


/fill ~-3 ~-1 ~-3 ~3 ~-1 ~3 stone 0 replace water.


/fill ~-3 ~-1 ~-3 ~3 ~-1 ~3 lava 0 replace stone.


Answer from user Plagiatus at gaming.stackexchange.com.



[BACK]
Replacing Water Blocks With Lava in Minecraft
Posted On: February 20, 2023

In Minecraft (Bedrock), I'm trying to replace water blocks with lava using a /fill command, e.g., on a region already containing water (note: this command covers the entire water region, there's no water left over around the edges):.


/fill ~-3 ~-1 ~-3 ~3 ~-1 ~3 lava.


But when I do this, instead of replacing the water with lava, it fills the region with obsidian :(.


It works the other way around, if I do this on a pool of lava:.


/fill ~-3 ~-1 ~-3 ~3 ~-1 ~3 water.


Then the lava is replaced with water. It's only when going water -> lava that it turns to obsidian.


I hand-wavily tried:.


/fill ~-3 ~-1 ~-3 ~3 ~-1 ~3 lava 0 replace.


But it had the same result: Obsidian instead of lava.


Is there a way to replace an area of water with lava with a command?


Question from user Jason C at gaming.stackexchange.com.


Answer:

This is considered a bug: https://bugs.mojang.com/browse/MCPE-100607.


The way I'd suggest working around this bug until it's fixed is to use an in-between fill of blocks that are otherwise not present in the area and that don't have any kind of world interaction with either water or lava (e.g. stone): replace the water with stone, then the stone with lava.


(Here an example using replace, but if you're just fully filling the area, you can remove the replace part).


/fill ~-3 ~-1 ~-3 ~3 ~-1 ~3 stone 0 replace water.


/fill ~-3 ~-1 ~-3 ~3 ~-1 ~3 lava 0 replace stone.


Answer from user Plagiatus at gaming.stackexchange.com.



[BACK]

Why don't I love my Dragonborn as I did my Argonians? Why don't I love my Dragonborn as I did my Argonians?

Posted On: March 22, 2026
I can't pinpoint what it is, but I had a fantastic time playing lizard people in Morrowind, Oblivion and Skyrim. It felt different, fun and interesting. The racial traits didn't matter to me - I just ...[More]


Baldur's Gate 2 workout! Baldur's Gate 2 workout!

Posted On: April 28, 2025
This was made from the feedback I got earlier! I hope y'all enjoy!.Question from user VieEphemere at BaldursGate3 at reddit.com.Answer:15 squats per critical .Level 12 champion fighter, using deadshot...[More]


What build order should I use for Zerg in StarCraft 2? What build order should I use for Zerg in StarCraft 2?

Posted On: March 14, 2013
I'm familiar with the general mechanics of the game, but what's the best build order for the beginning of the game? Question from user McKay at gaming.stackexchange.com. Answer: An op...[More]


Why am I unable to ascend as Astarion? Why am I unable to ascend as Astarion?

Posted On: September 12, 2023
I've just defeated Cazador, but am missing the dialogue option to ascend in his place. All I can do is stab him. What did I miss and is there any way to fix this other than reloading back? Ques...[More]


How do I make mobs slowly respawn up to a certain cap? How do I make mobs slowly respawn up to a certain cap?

Posted On: January 27, 2023
I am currently making a Legend of Zelda themed adventure map. I am struggling to make it, so enemies spawn every few minutes but not spawn large amounts over time. I have tried using things like hoppe...[More]


How do I open the gate in Fungi Forest near warp point 5 in Donkey Kong 64? How do I open the gate in Fungi Forest near warp point 5 in Donkey Kong 64?

Posted On: March 7, 2023
In Fungi Forest there is a metal gate near warp point 5. It is guarded by an enemy with a spiked club and has a blue banana behind it. Punching it with Funky Kong has no effect. How do I open this ...[More]


Missing field guide page? Got the platinum trophy and everything says 100% completion? Hogwarts Missing field guide page? Got the platinum trophy and everything says 100% completion? Hogwarts

Posted On: March 13, 2023
Missing field guide page? Got the platinum trophy and everything says 100% completion in Hogwarts Legacy. Question from user Far_Understanding508 at HogwartsLegacyGaming at reddit.com. Answer: ...[More]


In Hogwarts Legacy, How do I get it open ? In Hogwarts Legacy, How do I get it open ?

Posted On: April 15, 2023
I don't know what else to do, I’ve watched videos about the whole quest and for some reason mine isn’t open ://. Question from user Critical-Surprise-52 at HogwartsLegacyGaming at r...[More]


Can you import a save from Walking Dead Season 1 to Season 2? Can you import a save from Walking Dead Season 1 to Season 2?

Posted On: March 25, 2023
I recently bought Walking Dead Season 2. I remember hearing that Season 2 might import your decisions from Season 1. Is this true and if so is there anything I need to do to make it work? Question ...[More]


Minecraft Texture Pack on Server over FTP Minecraft Texture Pack on Server over FTP

Posted On: June 7, 2023
Today I tried to "install" a texture pack on my server (verygames) to let all my users use the same texture pack.To do this, I found a way with editing the server.properties at line "resource-pack=".I...[More]