Wiki ArticlePages with unofficial namesTerrain features

Erosion

Floor:StoneOrange TerracottaNetherrackEnd stone

Erosions, also known as basins, are rare terrain features that strip away the top layer of a biome's surface, leaving a one-block deep hole with a stony floor. They can generate in all three dimensions, and are intentional.[1][2][3]

Erosions occur at the top-most layer of the terrain surface. The first layer is stripped away, and the secondary layer is too small to generate, causing the terrain below to generate at the surface. Erosions are completely random and extremely rare; they can consist of only one block, a few random blocks, or a massive area with rough borders.

This article is about the terrain feature. For the noise parameter that controls terrain height, see World generation § Biomes.
This topic is named by the community.
 
An official name has not been given. Please update the name if confirmed by reliable sources.
Erosion
Erosion overworld.png: Infobox image for Minecraft structure 'Erosion'

Overworld erosion

Erosion nether.png: Infobox image for Minecraft structure 'Erosion'

Nether erosion

Erosion end.png: Infobox image for Minecraft structure 'Erosion'

End erosion

Biomes
Generates in
existing chunks  
No
Consists of Top layer:
Air
Water
Ice
Lava

Floor:
Stone
Orange Terracotta
Netherrack
End stone

Erosions, also known as basins, are rare terrain features that strip away the top layer of a biome's surface, leaving a one-block deep hole with a stony floor. They can generate in all three dimensions, and are intentional.[1][2][3]

Description

Erosions occur at the top-most layer of the terrain surface. The first layer is stripped away, and the secondary layer is too small to generate, causing the terrain below to generate at the surface. Erosions are completely random and extremely rare; they can consist of only one block, a few random blocks, or a massive area with rough borders.

A large plains erosion

Overworld

In the Overworld, the floors of erosions almost always consist of stone. They expose ores such as coal ore, copper ore and iron ore. In badlands erosions, gold ore can also be seen. In badlands and variants, the floor is replaced by orange terracotta. Erosions in frozen oceans occur at the freeze layer and replace it with air, followed by ice or water below.

The Nether

Erosions in The Nether replace the floor with netherrack. Nether erosions can expose ore such as nether gold ore and nether quartz ore. Because erosions generate independent of the y-axis, if an erosion generates in an overhang in the Nether, an identical erosion is guaranteed to generate at the exact same x and z coordinates on the ground below such an overhang.

The End

Since erosions generate before features, chorus plants can take root in End erosions. The floor of End erosions is always end stone.

Generation

When the game generates new chunks, the surface depth is calculated for every column inside the chunk based on the minecraft:surface noise. This integer is used to create variation in the depth of stone below the surface layers.

When it is less than or equal to 0, the effect extends to the top block from the surface and replaces it with air. Note that because surface depth is calculated per-column, every surface in the column is removed; that is, an identical erosion appears above or below another one if there is an overhang. The surface depth rarely reaches these values, eliciting the rarity of erosions. After the hole is generated, the floor is replaced with a stone block of the respective dimension, and the hole is flooded with water if it is at or below sea level.[4]

Erosion generation occurs before carver creation in the terrain generation process, meaning that caves, features, and structures can disrupt or even completely conceal them. As a consequence, ore blobs are commonly found in erosions, making ore more accessible to players on the surface.

Accidental removal

In Java Edition, erosions have stopped generating in all biomes except frozen oceans and deep frozen oceans since the addition of surface rules, which is unintentional behavior.[5]

History

Java Edition

Java Edition Infdev
20100413-1951Added erosions.
Java Edition Alpha
v1.2.0Surface layer world generation produces chunk-aligned artifacts, which affects erosions.[6]
Java Edition
1.7.213w36aSurface artifacting has been fixed in the overworld.[6]
1.1318w16aSurface artifacting has been fixed in the nether.[7]
1.1821w41aDue to an oversight with surface rules, erosions no longer generate as intended.

Bedrock Edition

Pocket Edition Alpha
v0.1.0Added erosions.

Screenshots

Trivia

  • The End has few surface features, and no carvers, making End erosions easy to spot.
  • This is the only terrain feature that generates in all three dimensions.

Issues

Issues relating to "Erosion" or "Basin" are maintained on the bug tracker. Issues should be reported and viewed there.

References

  1. MC-1242 – randomly missing topmost layers of the landscape – resolved as "Works As Intended".
  2. MC-212606 – Weird Grass Generation – resolved as "Works As Intended".
  3. MC-229112 – strange bug regarding spots where dirt blocks are missing in a random formation – resolved as "Works As Intended".
  4. MC-130788 – "Basin" structure is flooded since part of it generates below sea level
  5. MC-264579 – Basins are missing in most biomes
  6. a b MC-6820
  7. MC-7192