P
Pop Storm Daily

How can I dock a boat without breaking it?

Author

Andrew Patterson

Published Jul 07, 2026

I want to construct a useable dock in Minecraft. Boats should be able to land safely without breaking, then be useable at a later time with little fuss. Ideally, monsters should also not be able to push the boats off the dock.

How can I construct such a dock in Minecraft?

4

1 Answer

Two half-steps placed at the lower half of the water level surrounded by other blocks seems to work well.

H = Half step, B = Block, W = Water

[B][B][B][B]
[B][H][H][B]
[B][W][W][B]
[B][W][W][B]

If you want to keep mobs from pushing the boat out, you could include pistons at the open end.

2