Get Biome At Coordinates
minecraft_get_biome_atGet the biome type at any Minecraft world coordinate by specifying x, y, and z values.
Instructions
Looks up the biome at exact world coordinates.
Returns: { x, y, z, biome: string | null }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| z | Yes |