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.
/fillbiome <from> <to> <biome> [replace <filter>]
| Name | Required | Description |
|---|---|---|
| from | Yes | One corner of the region (x y z coordinates). |
| to | Yes | The opposite corner of the region (x y z coordinates). |
| biome | Yes | The biome identifier to fill (e.g., minecraft:plains, minecraft:desert). |
| filter | No | When using replace mode, only replaces this specific biome. |
/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
replace mode is useful for selectively converting one biome into another.