← Back to Command Directory ← Back to Home

/fillbiome

Fills a region with a specified biome. Unlike /fill which changes blocks, this command changes the biome data of an area without altering any blocks.

Syntax

/fillbiome <from> <to> <biome> [replace <filter>]

Parameters

NameRequiredDescription
fromYesOne corner of the region (x y z coordinates).
toYesThe opposite corner of the region (x y z coordinates).
biomeYesThe biome identifier to fill (e.g., minecraft:plains, minecraft:desert).
filterNoWhen using replace mode, only replaces this specific biome.

Examples

/fillbiome ~-50 -64 ~-50 ~50 320 ~50 minecraft:plains
/fillbiome 0 -64 0 100 320 100 minecraft:mushroom_fields
/fillbiome ~-20 ~ ~-20 ~20 ~40 ~20 minecraft:desert replace minecraft:ocean

Notes

Related Commands