> ## Documentation Index
> Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Island Set Biome

> Sets the biome of the player's island.

The `island_set_biome` action chances the biome of the island.

## Configuration

<ResponseField name="island_set_biome" type="Map" required>
  Configuration for the action.

  <Expandable title="Properties">
    <ResponseField name="id" type="String">
      Optional unique identifier.
    </ResponseField>

    <ResponseField name="biome" type="String">
      The biome enum (e.g., `PLAINS`). Default is `PLAINS`.
    </ResponseField>
  </Expandable>
</ResponseField>
