Minecraft Java Edition – How to Clear Water Out of an Area

minecraft-java-edition

I've sectioned of this area in the sea near my base, and I need to get rid of all the water from it.

From what I've tried the only way I can see to clear it is fully cover one layer, delete the blocks, then go down to the next layer. Is that the only way I can clear the area or is there a better approach?

Ideally I'd like a survival method (if there is a better one), but any commands what could be used I'd like to hear just so I can learn more commands 🙂
enter image description here

Best Answer

There are two good ways to do this, I call them The Gravity Method and The Fire Method. Both have been tested in this 8 x 8 area in a shallow river to compare the two:

walling off an 8x8 area in a river

The Gravity Method

Use a block affected by gravity (either sand or gravel) and fill up the area. Do this by quickly placing the blocks in the same spot, while letting them fall to the bottom:

placing a gravel block in a corner

Repeat this until you have filled the entire area with sand or gravel:

the whole cube is now filled with gravel

Dig down to the bottom in one of the corners until you are under a solid block under the gravel:

digging to one block below the gravel

Either delete a block under the solid block holding up the gravel and place a torch:

placing a torch under the dirt holding up the gravel

Destroy the block above the torch and soak up all the dropped blocks:

destroying the dirt holding up the gravel

Repeat this process until you have emptied the entire area:

the cube is empty, with torches on the bottom

The Fire Method

This method will only work if the outside barrier of the area is not flammable, otherwise it will make a huge mess.

Firstly, use flammable blocks to fill the area. I used wool to demonstrate, but a more cost effective option would be to use either wooden planks, or harvest leaves from trees with shears.

the entire cube filled with wool

Grab a flint and steel and BURN!

the fire consumes the wool, leaving empty space in its place

Ta-da!

once again, the cube is empty

Notes:

After looking at the final results you can see that the Gravity Method required me to dig deeper than the Fire Method, therefore taking more time.

The Fire Method was quicker overall; it took longer to fill the area with blocks, but burnt all of the wool out in about 30 seconds. The Fire Method was my personal favorite.

If you don't want to get wet, The Gravity Method doesn't require you to go in the water, otherwise the Fire Method should dry you out after a refreshing swim.


World Edit

If you have access to worldedit you can select the area using your wand (//wand) or by using //pos1 and //pos2 , then using the command //replace water air.

This will replace all of the water in the area with air.

I tested this command on a beautiful landscape to demonstrate:

a river flowing in a hilly landscape

After the command //replace water air:

the river is abruptly cut


1.8 Update

Note: screenshots were taken in Snapshot 14w28b.

The upcoming 1.8 update brings sponges back to survival mode, creating another option for the removal of water. Wet sponges can be obtained in Ocean Monuments or by defeating the Elder Guardian, then be dried out in a furnace to get dry sponge. Dry sponge will soak up water and turn back into a wet sponge, and can be dried out and reused indefinitely.

To test the usability of sponge I created another closed off area, much deeper this time, to test the performance of sponges compared to the other methods stated earlier:

a walled off cube in a river

The first thing you will notice about the new sponges is that once they are placed, the area they soaked up will fill back up instantly if enough water source blocks are around:

Just as sponge is placed:

water flows back to cover the spots emptied by the sponge

After water has refilled:

the sponge can no longer absorb water, and the area surrounding it has filled with water again

I found that the only way for the sponges to work somewhat effectively was to split the area into sections, using a sponge in each section. The problem with this is that you must do this for each level, which would be very time consuming:

partitioning each level into areas that a single sponge can handle

It is apparent that sponges are not very good at removing large quantities of water. However they are helpful for emptying small ponds or draining a small room. I would still recommend using either the Gravity Method or the Fire Method for larger or deeper areas, as they are quicker and easier than using sponges.