Wiki ArticleArticles to be expandedVerifyGenerated features

Freeze Top Layer

A freeze top layer is a feature found throughout the Overworld.

The freeze top layer is a feature that is used to add snow and ice to mountains and cold biomes.

It attempts to generate in all chunks in the Overworld. In each chunk, it tries at each block column to generate snow or ice on the terrain surface if the biome temperature there is cold enough (below 0.15) and the block light level is less than 10. The temperature increases with the altitude, and is randomized per block up to 8 blocks using a noise.

Freeze Top Layer
Ice.png: Infobox image for Minecraft structure 'Freeze Top Layer'
Snow.png: Infobox image for Minecraft structure 'Freeze Top Layer'
Biomes All Overworld biomes except the Void
Generates in
existing chunks  
No‌[JE only]
Yes‌[BE only]
Consists of

A freeze top layer is a feature found throughout the Overworld.

Generation

The freeze top layer is a feature that is used to add snow and ice to mountains and cold biomes.

It attempts to generate in all chunks in the Overworld. In each chunk, it tries at each block column to generate snow or ice on the terrain surface if the biome temperature there is cold enough (below 0.15) and the block light level is less than 10. The temperature increases with the altitude, and is randomized per block up to 8 blocks using a noise.

Ice

If the upper-most block on the surface is water, an ice block replaces the water.

Snow

Snow attempts to generate on the surface if the block is supported for snow layers, e.g. not on ice or dirt path. In Java Edition, one snow layer is simply placed on the surface. Bedrock Edition uses a biome-dependent snow accumulation algorithm.

Each biome has two values for snow accumulation. The first value determines the random variation of snow layers. When 0, in most warmer biomes and a few cold, one snow layer is simply added to the surface like in Java Edition. When this value is higher, snow layers are randomized:

  • A noise calculates random patches where no snow generates. Anywhere else, one layer is generated.
  • When a snow layer generates horizontally bordering a full block, one layer is added for each bordering block.
  • A second noise calculates random patches where multiple snow layers generate. The higher the snow accumulation value above 0.125, the larger these patches are and higher snow can accumulate.

For all snow accumulation values, see Biome § List of biome climates.

Data values

ID

Java Edition:

Feature typeIdentifier
EnvSprite freeze-top-layer.png: Sprite image for freeze-top-layer in Minecraft [No displayed name]freeze_top_layer
Configured featureIdentifier
EnvSprite freeze-top-layer.png: Sprite image for freeze-top-layer in Minecraft [No displayed name]freeze_top_layer

Bedrock Edition: In Bedrock Edition, it is technically not a feature. The game simply iterates through each horizontal coordinate after the chunk generation to generate ice and snow.

Config

Main article: Configured feature

Java Edition:

  • [NBT Compound / JSON Object] config: Empty

History

This section needs expansion.
 
You can help by .
Java Edition
1.1821w41aFreeze top layer now becomes a feature technically.[verify]

Issues

Issues relating to "Freeze Top Layer" are maintained on the bug tracker. Issues should be reported and viewed there.