Wiki ArticlePending move requiring adminGenerated features

Fill layer

Fill layer is a technical feature that fills all air blocks in a 16×1×16 layer with a specified block. It is used by the game in superflat worlds.

It has been suggested that this article be moved to Fill Layer.
If this move affects many pages or may potentially be controversial, do not move the page until a consensus is reached.
 [discuss, links]
Reason: Should be moved to a title cased name according to "Features without in-game display names should use their ID as the title, written in title case." of MCW:TITLE
For practical reasons, only an administrator can move the page. You can ask an administrator to move the page by going to the admin noticeboard or on an administrator's talk page.
When moving, be sure to use the appropriate tool instead of simply copying and pasting the page's contents, to preserve the edit history.

Fill layer is a technical feature that fills all air blocks in a 16×1×16 layer with a specified block. It is used by the game in superflat worlds.

Data values

ID

Java Edition:

Feature typeIdentifier
[No displayed name]fill_layer

Config

Main article: Configured feature

Java Edition:

  • [NBT Compound / JSON Object] config
    • [NBT Compound / JSON Object] state The block to fill with.
    • [Int] height The layer to fill, starting at the bottom of the world. Value between 0 and 4064 (inclusive).

An example:

{
  "type": "minecraft:fill_layer",
  "config": {
    "state": {
      "Name": "minecraft:stone"
    },
    "height": 1
  }
}